Click or drag to resize
ExtensionTExtensionGetStaticPropertiesForType Method
Gets all extensions for the given object type

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

Parameters

type
Type: SystemType
Type to check

Return Value

Type: SafeDictionaryString, GenericPropertyTExtension
See Also