ISchemaManagerSchemas Method (String)
|
Retrieves schemas by unique ID.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax 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
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