ISchemaManagerHasSchemaFriendlyName Method
|
Checks whether a
schema with a given
friendly name
exists in the collection.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool HasSchemaFriendlyName(
string friendlyName
)
Function HasSchemaFriendlyName (
friendlyName As String
) As Boolean
bool HasSchemaFriendlyName(
String^ friendlyName
)
abstract HasSchemaFriendlyName :
friendlyName : string -> bool
Parameters
- friendlyName
- Type: SystemString
Schema friendly name to check.
Return Value
Type:
BooleanTrue if the schema exists, false otherwise.
See Also Reference
[!:Ingeniux.CMS.ISchemaManager.HasSchemaRootName]