Click or drag to resize
ExtensionTExtensionGetStaticPropertiesForObject Method
Tries to get static properties for specific type

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static SafeDictionary<string, GenericProperty<TExtension>> GetStaticPropertiesForObject(
	Object obj
)

Parameters

obj
Type: SystemObject
Object to check

Return Value

Type: SafeDictionaryString, GenericPropertyTExtension
See Also