Retrieves schemas by unique ID.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
IEnumerable<ISchema> Schemas(
string[] schemaIds
)
Function Schemas (
schemaIds As String()
) As IEnumerable(Of ISchema)
IEnumerable<ISchema^>^ Schemas(
array<String^>^ schemaIds
)
abstract Schemas :
schemaIds : string[] -> IEnumerable<ISchema>
Parameters
- schemaIds
- Type: SystemString
Array of schema IDs
Return Value
Type:
IEnumerableISchemaSchemas with matching IDs
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.
Reference