Click or drag to resize

IBasicNoUIFileAccessControl Property

Gets or sets the file access control.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
IFileAccessControl FileAccessControl { get; set; }

Property Value

IFileAccessControl
The file access control. Setting to null (Nothing for Visual Basic) resets the file access control to the default.
Remarks

The file access control determines where files are stored.

See Also