Click or drag to resize
ExtensionTExtensionGetPropertyForType Method
Gets all extensions for the given object

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

Parameters

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

Return Value

Type: GenericExtensionTExtension
See Also