ExtensionTExtensionGetPropertyForObject Method |
Gets all extensions for the given object
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public static GenericExtension<TExtension> GetPropertyForObject(
Object obj,
string propertyName
)
Parameters
- obj
- Type: SystemObject
Object to process - propertyName
- Type: SystemString
Property name
Return Value
Type:
GenericExtensionTExtensionSee Also