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.308
Syntax
IAssetSchema AssetSchema(
	AssetType assetType
)

Parameters

assetType
Type: Ingeniux.CMSAssetType
An asset type

Return Value

Type: IAssetSchema
An asset schema
See Also