Click or drag to resize
ExtensionCreatePropertyFromType Method
Creates a generic property from the given type

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static IGenericProperty CreatePropertyFromType(
	Type type
)

Parameters

type
Type: SystemType

Return Value

Type: IGenericProperty
See Also