Click or drag to resize

ISchemaManagerAssetSchemas Method (String)


Retrieves asset schemas by unique ID.

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

Parameters

schemaIds
Type: SystemString
Array of asset schema IDs

Return Value

Type: 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