ISchemaManagerAssetSchemaByRootName Method
|
Retrieves a
asset schema by its root element name.
Root element names are unique to a schema's collection.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax IAssetSchemaBasic AssetSchemaByRootName(
string rootName
)
Function AssetSchemaByRootName (
rootName As String
) As IAssetSchemaBasic
IAssetSchemaBasic^ AssetSchemaByRootName(
String^ rootName
)
abstract AssetSchemaByRootName :
rootName : string -> IAssetSchemaBasic
Parameters
- rootName
- Type: SystemString
The schema's root element name
Return Value
Type:
IAssetSchemaBasicSchema with matching page root element name. Returns null if this name doesn't exist.
See Also