SortedTreeFileChangeExtension Method
Changes the extension of the current file.
Namespace: SnapDB.Snap.StorageAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public void ChangeExtension(
string extension,
bool isReadOnly,
bool isSharingEnabled
)
Public Sub ChangeExtension (
extension As String,
isReadOnly As Boolean,
isSharingEnabled As Boolean
)
public:
void ChangeExtension(
String^ extension,
bool isReadOnly,
bool isSharingEnabled
)
function ChangeExtension(extension, isReadOnly, isSharingEnabled);
Parameters
- extension String
- the new extension
- isReadOnly Boolean
- If the file should be reopened as readonly
- isSharingEnabled Boolean
- If the file should share read privileges.