Table of Contents

Class PersonalDataFormat

Namespace
CMS.DataProtection
Assembly
CMS.DataProtection.dll

Defines formats of personal data collectors' result.

public static class PersonalDataFormat
Inheritance
object
PersonalDataFormat

Fields

HUMAN_READABLE

Represents a human readable format.

public const string HUMAN_READABLE = "human"

Field Value

string

MACHINE_READABLE

Represents a machine readable format.

public const string MACHINE_READABLE = "machine"

Field Value

string

See Also