ISchemaManagerSchemaByFriendlyName Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxISchema SchemaByFriendlyName(
string friendlyName
)
Function SchemaByFriendlyName (
friendlyName As String
) As ISchema
ISchema^ SchemaByFriendlyName(
String^ friendlyName
)
abstract SchemaByFriendlyName :
friendlyName : string -> ISchema Parameters
- friendlyName String
- The schema's friendly name
Return Value
ISchemaSchema with matching friendly name. Returns null if the friendly name doesn't exist.
See Also