Click or drag to resize
PMPrivacy Class
Represents global privacy settings for PMP
Inheritance Hierarchy
SystemObject
  PM90SettingsAPIPMPrivacy

Namespace: PM90SettingsAPI
Assembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax
C#
public class PMPrivacy

The PMPrivacy type exposes the following members.

Constructors
  NameDescription
Public methodPMPrivacy
Initializes a new instance of the PMPrivacy class
Top
Properties
  NameDescription
Public propertyStatic memberMaskDocumentTitles
Gets\Sets whether or not Document titles will be masked when stored in the database
Top
Exceptions
ExceptionCondition
PMDatabaseConnectionNotFoundExceptionNo database connection available on this system
PMDatabaseExceptionRepresents an database connection or syntax error that has occurred when processing an API request
PMExceptionUnexcpected exception has occurred, check inner exception
Remarks
Changes to these settings may not take affect right away. A restart of all services is recommended.
Examples
Example of getting and setting priacy options.
PMPrivacy.MaskDocumentTitles = true;
Console.WriteLine("Document Titles will be masked : " + PMPrivacy.MaskDocumentTitles);
See Also