ISchemaManagerSchemaByID Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax ISchema SchemaByID(
string uniqueID
)
Function SchemaByID (
uniqueID As String
) As ISchema
ISchema^ SchemaByID(
String^ uniqueID
)
abstract SchemaByID :
uniqueID : string -> ISchema
Parameters
- uniqueID
- Type: SystemString
The schema's ID.
Return Value
Type:
ISchemaSchema with matching ID. Returns null if the ID doesn't exit or it is not a schema entity.
See Also