ExtensionTExtensionGetStaticPropertiesForObject Method |
Tries to get static properties for specific type
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public static SafeDictionary<string, GenericProperty<TExtension>> GetStaticPropertiesForObject(
Object obj
)
Parameters
- obj
- Type: SystemObject
Object to check
Return Value
Type:
SafeDictionaryString,
GenericPropertyTExtensionSee Also