Click or drag to resize

ISchemaManagerAssetSchemas(String) Method


Retrieves asset schemas by unique ID.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<IAssetSchema> AssetSchemas(
	string[] schemaIds
)

Parameters

schemaIds  String
Array of asset schema IDs

Return Value

IEnumerableIAssetSchema
Asset 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