MacroExtensionContainerTContainer, TExtensionGetExtensionsForObject 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.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax protected static IEnumerable<TExtension> GetExtensionsForObject(
Object obj
)
Parameters
- obj
- Type: SystemObject
Object to check
Return Value
Type:
IEnumerableTExtensionSee Also