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.492
Syntax
IEnumerable<T> GetDocumentsRaw<T>(
	string[] ids
)

Parameters

ids  String
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

IEnumerableT

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

Remarks
This will return a non-augmented Entity objects. To use dynamic properties like Session please use GetEntitiesT, TManager(String, TManager).
See Also