Click or drag to resize
RegisteredPropertiesTParentCollectProperties Method
Collects the marked properties from the given object

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public void CollectProperties(
	Type type
)

Parameters

type
Type: SystemType
Type for which collect the properties
See Also