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
)
Function GetDocumentsRaw(Of T) (
ids As String()
) As IEnumerable(Of T)
generic<typename T>
IEnumerable<T>^ GetDocumentsRaw(
array<String^>^ ids
)
abstract GetDocumentsRaw :
ids : string[] -> IEnumerable<'T>
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