FileAccessProviderOptions.DisableWriteTools Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether the tools that modify the file store are disabled.
public bool DisableWriteTools { get; set; }
member this.DisableWriteTools : bool with get, set
Public Property DisableWriteTools As Boolean
Property Value
When false (the default), all tools are exposed. When true,
only the read-only tools (file_access_read, file_access_ls, and file_access_grep)
are exposed; the tools that modify the store (file_access_write, file_access_delete,
file_access_replace, and file_access_replace_lines) are hidden.