Click or drag to resize
DataProtectionControlsRegisterRegisterDataSubjectIdentifiersFilterControl Method
Registers control identified by its controlVirtualPath as a control to be used when specifying the data subject identifiers. The control must inherit the DataSubjectIdentifiersFilterControl class.

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

Parameters

controlVirtualPath
Type: SystemString
Virtual path of the control.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when controlVirtualPath is null.
See Also