FileSyncScopeFilter::AttributeExcludeMask Property

Gets or sets the attributes that are used to exclude files and folders from the scope.

Namespace:  Microsoft.Synchronization.Files
Assembly:  Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)

public:
property FileAttributes AttributeExcludeMask {
	FileAttributes get ();
	void set (FileAttributes value);
}

Property Value

Type: System.IO::FileAttributes
The attributes that are used to exclude files and folders from the scope.

A file or folder that has any one of the attributes included in this mask will be excluded from the synchronization scope.

If a folder is excluded, all its child files and folders are also excluded, even if the children do not have the attribute set directly on them. A value of 0 indicates an empty mask. This will exclude no files based on attributes.

Show: