ISchemaManagerSchemas(String) Method
|
Retrieves schemas by unique ID.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIEnumerable<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 String
- Array of schema IDs
Return Value
IEnumerableISchemaSchemas with matching IDs
RemarksIf 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