ISchemaManagerHasSchemaFriendlyName Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool HasSchemaFriendlyName(
string friendlyName
)
Function HasSchemaFriendlyName (
friendlyName As String
) As Boolean
bool HasSchemaFriendlyName(
String^ friendlyName
)
abstract HasSchemaFriendlyName :
friendlyName : string -> bool Parameters
- friendlyName String
- Schema friendly name to check.
Return Value
BooleanTrue if the schema exists, false otherwise.
See Also