ISchemaManagerSchemaByFriendlyName Method
|
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: 10.3.169
Syntax ISchema SchemaByFriendlyName(
string friendlyName
)
Function SchemaByFriendlyName (
friendlyName As String
) As ISchema
ISchema^ SchemaByFriendlyName(
String^ friendlyName
)
abstract SchemaByFriendlyName :
friendlyName : string -> ISchema
Parameters
- friendlyName
- Type: SystemString
The schema's friendly name
Return Value
Type:
ISchemaSchema with matching friendly name. Returns null if the friendly name doesn't exist.
See Also