Retrieves an objec that IEntityTManager interface.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Parameters
- constructor
- Type: SystemFuncT
[Missing <param name="constructor"/> documentation for "M:Ingeniux.CMS.IUserSession.GetManager``1(System.Func{``0})"]
Type Parameters
- T
Return Value
Type: TReturns the object with matching ID. If an object with a matching ID doesn't exist, the object's type doesn't match the type parameters, or the object's manager type doesn't match the given manager type, returns null.
Remarks
See Also