Click or drag to resize

ISchemaManagerSchemas Method (String)


Retrieves schemas by unique ID.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
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