SortedTreeFileChangeShareMode Method

Reopens the file with different permissions.

Definition

Namespace: SnapDB.Snap.Storage
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public void ChangeShareMode(
	bool isReadOnly,
	bool isSharingEnabled
)

Parameters

isReadOnly  Boolean
If the file should be reopened as readonly
isSharingEnabled  Boolean
If the file should share read privileges.

See Also