FileSyncScopeFilter::AttributeExcludeMask Property
Gets or sets the attributes that are used to exclude files and folders from the scope.
Assembly: Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)
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: