Click or drag to resize
MacroExtensionContainer<TContainer, TExtension>.GetExtensionsForObject Method
Returns list of macro extension registered for specified object. Caches the result in the internal cache. Returns null if there is no such extension for given object.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
protected static IEnumerable<TExtension> GetExtensionsForObject(
	Object obj
)

Parameters

obj
Type: System.Object
Object to check

Return Value

Type: IEnumerable<TExtension>
See Also