Click or drag to resize
ExtensionTExtensionGetStaticPropertiesForSpecificType 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>> GetStaticPropertiesForSpecificType(
	Type type
)

Parameters

type
Type: SystemType
Type to check

Return Value

Type: SafeDictionaryString, GenericPropertyTExtension
See Also