ISchemaManagerSchemaByID Method Ingeniux CMS Content Store API

Retrieves a schema by its ID.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

ISchema SchemaByID(
	string uniqueID
)

Parameters

uniqueID
Type: SystemString
The schema's ID.

Return Value

Type: ISchema
Schema with matching ID. Returns null if the ID doesn't exit or it is not a schema entity.
See Also

Reference