ISchemaManagerAssetSchemaById Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIAssetSchema AssetSchemaById(
string uniqueID
)
Function AssetSchemaById (
uniqueID As String
) As IAssetSchema
IAssetSchema^ AssetSchemaById(
String^ uniqueID
)
abstract AssetSchemaById :
uniqueID : string -> IAssetSchema Parameters
- uniqueID String
- The schema's ID.
Return Value
IAssetSchemaAsset schema with matching ID. Returns null if the ID doesn't exit or it is not a schema entity.
See Also