ISchemaManagerSystemSchema Method
|
Retrieves one of the six
system schemas.
These system schemas are essential to CMS functionality and cannot be modified via the CSAPI.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxISchema SystemSchema(
EnumSystemSchema systemSchemaType
)
Function SystemSchema (
systemSchemaType As EnumSystemSchema
) As ISchema
ISchema^ SystemSchema(
EnumSystemSchema systemSchemaType
)
abstract SystemSchema :
systemSchemaType : EnumSystemSchema -> ISchema Parameters
- systemSchemaType EnumSystemSchema
- The type of system schema to retrieve.
Return Value
ISchemaThe system schema with matching enum value.
See Also