OnDemandLocalFileSystem.IsOnDemandEntryExcluded Method |
Determines if an On-Demand file or folder is excluded.
Namespace:
callback.ShellBoost.Core.Synchronization
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public bool? IsOnDemandEntryExcluded(
string localRelativePath
)
Parameters
- localRelativePath
- Type: System.String
The local relative path.
Return Value
Type:
Nullable<Boolean>true if the file or folder is excluded; null if the state cannot be read.
Exceptions See Also