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: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public PrivilegeDtsMode IsDTSAware { get; set; } |
Visual Basic |
---|
Public Property IsDTSAware As PrivilegeDtsMode Get Set |
Visual C++ |
---|
public: property PrivilegeDtsMode IsDTSAware { PrivilegeDtsMode get (); void set (PrivilegeDtsMode value); } |
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.