ISchemaManagerSchemaRootNameAvailable Method
|
Checks whether a
schema with a given
page root element name exists
in the collection.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool SchemaRootNameAvailable(
string rootName,
IPagePresentationCollection presentations = null
)
Function SchemaRootNameAvailable (
rootName As String,
Optional presentations As IPagePresentationCollection = Nothing
) As Boolean
bool SchemaRootNameAvailable(
String^ rootName,
IPagePresentationCollection^ presentations = nullptr
)
abstract SchemaRootNameAvailable :
rootName : string *
?presentations : IPagePresentationCollection
(* Defaults:
let _presentations = defaultArg presentations null
*)
-> bool
Parameters
- rootName
- Type: SystemString
The schema's page root element name - presentations (Optional)
- Type: Ingeniux.CMS.PresentationIPagePresentationCollection
[Missing <param name="presentations"/> documentation for "M:Ingeniux.CMS.ISchemaManager.SchemaRootNameAvailable(System.String,Ingeniux.CMS.Presentation.IPagePresentationCollection)"]
Return Value
Type:
BooleanTrue if the schema exists, false otherwise.
See Also