Click or drag to resize
FileDebugOperationReadOnlyOperations Property
Collection of known read-only file system operations.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public static IEnumerable<string> ReadOnlyOperations { get; }

Property Value

Type: IEnumerableString
Remarks
Use RegisterReadOnlyOperation(String) to extend this list.
See Also