Click or drag to resize

DITADTDEntityResolverGetEntity Method


Namespace:  Ingeniux.CMS.Dita
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public override Object GetEntity(
	Uri absoluteUri,
	string role,
	Type ofObjectToReturn
)

Parameters

absoluteUri
Type: SystemUri

[Missing <param name="absoluteUri"/> documentation for "M:Ingeniux.CMS.Dita.DITADTDEntityResolver.GetEntity(System.Uri,System.String,System.Type)"]

role
Type: SystemString

[Missing <param name="role"/> documentation for "M:Ingeniux.CMS.Dita.DITADTDEntityResolver.GetEntity(System.Uri,System.String,System.Type)"]

ofObjectToReturn
Type: SystemType

[Missing <param name="ofObjectToReturn"/> documentation for "M:Ingeniux.CMS.Dita.DITADTDEntityResolver.GetEntity(System.Uri,System.String,System.Type)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Ingeniux.CMS.Dita.DITADTDEntityResolver.GetEntity(System.Uri,System.String,System.Type)"]

See Also