SetTrackFileStatus Method
Turn on or off the option to track file status.
Required Permissions
VaultOptionsSetSyntax
public void SetTrackFileStatus(
System.bool trackStatus
)Public Sub SetTrackFileStatus( _
ByVal trackStatus As System.Boolean _
) Parameters
| Name | Description |
|---|---|
| trackStatus | Set to true to enable the feature. Set to false to disable. |