Click or drag to resize

IUserSessionGetDocumentsRawT Method


Retrieves from the content store by unique ID a collection of documents.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
IEnumerable<T> GetDocumentsRaw<T>(
	string[] ids
)

Parameters

ids
Type: SystemString
Unique IDs of the entities to retrieve

Type Parameters

T
Type of the entity to retrieve, Must be non-abstract type that implements the IEntityTManager interface.

Return Value

Type: IEnumerableT

[Missing <returns> documentation for "M:Ingeniux.CMS.IUserSession.GetDocumentsRaw``1(System.String[])"]

Remarks
See Also