PMPrivacy Class |
Namespace: PM90SettingsAPI
public class PMPrivacy
The PMPrivacy type exposes the following members.
Name | Description | |
---|---|---|
MaskDocumentTitles |
Gets\Sets whether or not Document titles will be masked when stored in the database
|
Exception | Condition |
---|---|
PMDatabaseConnectionNotFoundException | No database connection available on this system |
PMDatabaseException | Represents an database connection or syntax error that has occurred when processing an API request |
PMException | Unexcpected exception has occurred, check inner exception |
PMPrivacy.MaskDocumentTitles = true; Console.WriteLine("Document Titles will be masked : " + PMPrivacy.MaskDocumentTitles);