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