TransactionalFileStructureChangeExtension Method

Changes the extension of the current file.

Definition

Namespace: SnapDB.IO.FileStructure
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public void ChangeExtension(
	string extension,
	bool isReadOnly,
	bool isSharingEnabled
)

Parameters

extension  String
The new extension.
isReadOnly  Boolean
If the file should be reopened as read-only.
isSharingEnabled  Boolean
If the file should share read privileges.

See Also