Click or drag to resize
GenericExtensionExtensionTypeNewGenericProperty Method
Creates a new property of the given type, initialized to the extension value

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public IGenericProperty NewGenericProperty(
	Object obj
)

Parameters

obj
Type: SystemObject
Parent object for the property

Return Value

Type: IGenericProperty

Implements

IGenericExtensionNewGenericProperty(Object)
See Also