StreamingClientDatabaseTKey, TValueAttachFilesOrPaths Method
Loads the provided files from all of the specified paths.
Namespace: SnapDB.Snap.Services.NetAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public override void AttachFilesOrPaths(
IEnumerable<string> paths
)
Public Overrides Sub AttachFilesOrPaths (
paths As IEnumerable(Of String)
)
public:
virtual void AttachFilesOrPaths(
IEnumerable<String^>^ paths
) override
function AttachFilesOrPaths(paths);
Parameters
- paths IEnumerableString
- all of the paths of archive files to attach. These can either be a path, or an individual file name.