ISchemaManagerSchemas Method (String) Ingeniux CMS Content Store API

Retrieves schemas by unique ID.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

IEnumerable<ISchema> Schemas(
	string[] schemaIds
)

Parameters

schemaIds
Type: SystemString
Array of schema IDs

Return Value

Type: IEnumerableISchema
Schemas with matching IDs
Remarks

If there are IDs that don't exist in the collection, the returned collection count will not match the count of IDs. Additionally, the schemas' positions will not necessarily match the ID positions.
See Also

Reference