Click or drag to resize
PersonalDataHelper Class
Contains helper methods for personal data processing.
Inheritance Hierarchy
SystemObject
  CMS.BaseCoreMethods
    CMS.BaseAbstractHelper
      CMS.BaseAbstractHelperPersonalDataHelper
        CMS.DataProtectionPersonalDataHelper

Namespace: CMS.DataProtection
Assembly: CMS.DataProtection (in CMS.DataProtection.dll) Version: 11.0.0
Syntax
C#
public class PersonalDataHelper : AbstractHelper<PersonalDataHelper>

The PersonalDataHelper type exposes the following members.

Constructors
  NameDescription
Public methodPersonalDataHelper
Top
Methods
  NameDescription
Public methodStatic memberJoinPersonalData
Joins individual results (Text) of personal data collection.
Protected methodJoinPersonalDataInternal
Joins individual results (Text) of personal data collection.
Public methodSetAsDefaultHelper
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.)
Top
See Also