Click or drag to resize

ISchemaManagerAssetSchemaById Method


Retrieves a asset schema by its ID.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IAssetSchema AssetSchemaById(
	string uniqueID
)

Parameters

uniqueID  String
The schema's ID.

Return Value

IAssetSchema
Asset schema with matching ID. Returns null if the ID doesn't exit or it is not a schema entity.
See Also