Click or drag to resize
DataProtectionControlsRegisterGetDataSubjectIdentifiersFilterControl Method
Gets virtual path of control registered for specifying the data subject identifiers. The control inherits the DataSubjectIdentifiersFilterControl class.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 11.0.0
Syntax
C#
public string GetDataSubjectIdentifiersFilterControl()

Return Value

Type: String
Virtual path of the control.
Remarks
The system default value is the path ~/CMSModules/DataProtection/Controls/DefaultDataSubjectIdentifiersFilter.ascx.
See Also