Click or drag to resize
RegisteredPropertiesTParentHide Method
Hides the given property from the property list

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public void Hide(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Property name
Exceptions
ExceptionCondition
ExceptionThrown when property is not registered and therefore cannot be hidden.
See Also