ISchemaManagerSchemaByFriendlyName Method Ingeniux CMS Content Store API

Retrieves a schema by its friendly name. Friendly names are unique to a schema's collection.

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

ISchema SchemaByFriendlyName(
	string friendlyName
)

Parameters

friendlyName
Type: SystemString
The schema's friendly name

Return Value

Type: ISchema
Schema with matching friendly name. Returns null if the friendly name doesn't exist.
See Also

Reference