StorageProviderSyncRootInfo.AllowPinning Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables or disables the ability for files to be made available offline.
public:
property bool AllowPinning { bool get(); void set(bool value); };
bool AllowPinning();
void AllowPinning(bool value);
public bool AllowPinning { get; set; }
var boolean = storageProviderSyncRootInfo.allowPinning;
storageProviderSyncRootInfo.allowPinning = boolean;
Public Property AllowPinning As Boolean
Property Value
Boolean
bool
True if pinning is enabled; False otherwise
Remarks
Pinning refers to a file being made available offline.