BCPrivilege IsDTSAware Property Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Gets or sets a value indicating whether the privilege is DTS-aware.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax

public PrivilegeDtsMode IsDTSAware { get; set; }
Remarks

The client may switch UI items according to the "use DTS" setting.

If the privilege is marked as document-aware, it should be hidden from the UI and should not be checked by the client if DTS is ON.

If the privilege is marked as document type-aware, it should be hidden from the UI and should not be checked by the client if DTS is OFF.

See Also