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

Parameters

ids
Type: SystemString

[Missing <param name="ids"/> documentation for "M:Ingeniux.CMS.IUserSession.GetDocumentsRaw``1(System.String[])"]

Type Parameters

T

Return Value

Type: IEnumerableT

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

See Also