Click or drag to resize
FileDebugOperationRegisterReadOnlyOperation Method
Registers the given operation as read-only. Extends the list ReadOnlyOperations

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public static void RegisterReadOnlyOperation(
	string operation
)

Parameters

operation
Type: SystemString
Operation to register
See Also