ArchiveListTKey, TValueAttachFileOrPath Method

Attaches the supplied paths or files.

Definition

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

Parameters

paths  IEnumerableString
An enumerable collection of file paths or directories to attach.

Remarks

This method will attach files from the specified paths and subdirectories, including files matching specified extensions. If a specified path is a directory, it will be recursively searched for files with extensions defined in the settings.

See Also