FileAccessProviderOptions.DisableWriteTools Property

Definition

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.

Applies to