ISchemaManagerSchemaRootNameAvailable Method
|
Checks whether a
schema with a given page root element name exists in the collection.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool 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 String
- The schema's page root element name
- presentations IPagePresentationCollection (Optional)
[Missing <param name="presentations"/> documentation for "M:Ingeniux.CMS.ISchemaManager.SchemaRootNameAvailable(System.String,Ingeniux.CMS.Presentation.IPagePresentationCollection)"]
Return Value
BooleanTrue if the schema exists, false otherwise.
See Also