Click or drag to resize
ExtensionTExtensionGetPropertyForObject 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> GetPropertyForObject(
	Object obj,
	string propertyName
)

Parameters

obj
Type: SystemObject
Object to process
propertyName
Type: SystemString
Property name

Return Value

Type: GenericExtensionTExtension
See Also