Namespace: Ingeniux.CMS.DitaAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxpublic IContentItem Locate(
string path,
out Exception error
)
Public Function Locate (
path As String,
<OutAttribute> ByRef error As Exception
) As IContentItem
public:
IContentItem^ Locate(
String^ path,
[OutAttribute] Exception^% error
)
member Locate :
path : string *
error : Exception byref -> IContentItem Parameters
- path String
[Missing <param name="path"/> documentation for "M:Ingeniux.CMS.Dita.PathFinder.Locate(System.String,System.Exception@)"]
- error Exception
[Missing <param name="error"/> documentation for "M:Ingeniux.CMS.Dita.PathFinder.Locate(System.String,System.Exception@)"]
Return Value
IContentItem[Missing <returns> documentation for "M:Ingeniux.CMS.Dita.PathFinder.Locate(System.String,System.Exception@)"]
See Also