OnDemandLocalFileSystemIsOnDemandEntryUnpinned Method |
Determines if an On-Demand file or folder is unpinned.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public bool? IsOnDemandEntryUnpinned(
string localRelativePath
)
Parameters
- localRelativePath
- Type: SystemString
The local relative path.
Return Value
Type:
NullableBooleantrue if the file or folder is unpinned; null if the state cannot be read.
Exceptions See Also