Click or drag to resize

ISchemaManagerAssetSchema Method


Retrieves an asset schema with the provided asset type.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IAssetSchema AssetSchema(
	AssetType assetType
)

Parameters

assetType  AssetType
An asset type

Return Value

IAssetSchema
An asset schema
See Also