ISchemaManagerAssetSchemas(String) Method
|
Retrieves asset schemas by unique ID.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIEnumerable<IAssetSchema> AssetSchemas(
string[] schemaIds
)
Function AssetSchemas (
schemaIds As String()
) As IEnumerable(Of IAssetSchema)
IEnumerable<IAssetSchema^>^ AssetSchemas(
array<String^>^ schemaIds
)
abstract AssetSchemas :
schemaIds : string[] -> IEnumerable<IAssetSchema> Parameters
- schemaIds String
- Array of asset schema IDs
Return Value
IEnumerableIAssetSchemaAsset schemas 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