StreamingClientDatabaseTKey, TValueAttachFilesOrPaths Method

Loads the provided files from all of the specified paths.

Definition

Namespace: SnapDB.Snap.Services.Net
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public override void AttachFilesOrPaths(
	IEnumerable<string> paths
)

Parameters

paths  IEnumerableString
all of the paths of archive files to attach. These can either be a path, or an individual file name.

See Also