RegisteredPropertiesTParentHide Method |
Hides the given property from the property list
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public void Hide(
string propertyName
)
Parameters
- propertyName
- Type: SystemString
Property name
Exceptions Exception | Condition |
---|
Exception | Thrown when property is not registered and therefore cannot be hidden. |
See Also