Click or drag to resize

BCPrivilegeIsDTSAware Property

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: 4.0.0.0 (4.0.111.0)
Syntax
public PrivilegeDtsMode IsDTSAware { get; set; }

Property Value

Type: PrivilegeDtsMode
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