MacroExtensionContainer<TContainer, TExtension>.GetExtensionForObject Method |
Returns macro extension object of given name if registered for specified object. Caches the result in the internal cache.
It loops through all extensions of given object type.
Returns null if there is no such extension for given object.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntaxprotected static TExtension GetExtensionForObject(
Object obj,
string name
)
Parameters
- obj
- Type: System.Object
Object to check - name
- Type: System.String
Name of the method
Return Value
Type:
TExtension
See Also