Click or drag to resize
ExtensionTExtensionGetStaticPropertyForType Method
Tries to get property for specific type

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static GenericProperty<TExtension> GetStaticPropertyForType(
	Type type,
	string propertyName
)

Parameters

type
Type: SystemType
Type to check
propertyName
Type: SystemString
Property name

Return Value

Type: GenericPropertyTExtension
See Also