StorageProviderSyncRootInfo.AllowPinning Property

Definition

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.

Applies to