ISchemaManagerHasSchemaID Method
|
Checks whether a
schema with a given ID exists
in collection.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool HasSchemaID(
string schemaId
)
Function HasSchemaID (
schemaId As String
) As Boolean
bool HasSchemaID(
String^ schemaId
)
abstract HasSchemaID :
schemaId : string -> bool Parameters
- schemaId String
- The schema's unique ID.
Return Value
BooleanTrue if the schema exists, false otherwise.
See Also