Click or drag to resize

ISchemaManagerAssetSchemaByExtention Method


Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IAssetSchema AssetSchemaByExtention(
	string extension,
	IEnumerable<IAssetSchema> preFetchedSchemas = null
)

Parameters

extension
Type: SystemString

[Missing <param name="extension"/> documentation for "M:Ingeniux.CMS.ISchemaManager.AssetSchemaByExtention(System.String,System.Collections.Generic.IEnumerable{Ingeniux.CMS.IAssetSchema})"]

preFetchedSchemas (Optional)
Type: System.Collections.GenericIEnumerableIAssetSchema

[Missing <param name="preFetchedSchemas"/> documentation for "M:Ingeniux.CMS.ISchemaManager.AssetSchemaByExtention(System.String,System.Collections.Generic.IEnumerable{Ingeniux.CMS.IAssetSchema})"]

Return Value

Type: IAssetSchema

[Missing <returns> documentation for "M:Ingeniux.CMS.ISchemaManager.AssetSchemaByExtention(System.String,System.Collections.Generic.IEnumerable{Ingeniux.CMS.IAssetSchema})"]

See Also