BCPrivilegeIsDTSAware Property |
Gets or sets a value indicating whether the privilege is DTS-aware.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public PrivilegeDtsMode IsDTSAware { get; set; }
Public Property IsDTSAware As PrivilegeDtsMode
Get
Set
public:
property PrivilegeDtsMode IsDTSAware {
PrivilegeDtsMode get ();
void set (PrivilegeDtsMode value);
}
member IsDTSAware : PrivilegeDtsMode with get, set
Property Value
Type:
PrivilegeDtsModeRemarks
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