Namespace:
Ingeniux.CMS.Dita
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax public 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
- Type: SystemString
[Missing <param name="path"/> documentation for "M:Ingeniux.CMS.Dita.PathFinder.Locate(System.String,System.Exception@)"]
- error
- Type: SystemException
[Missing <param name="error"/> documentation for "M:Ingeniux.CMS.Dita.PathFinder.Locate(System.String,System.Exception@)"]
Return Value
Type:
IContentItem[Missing <returns> documentation for "M:Ingeniux.CMS.Dita.PathFinder.Locate(System.String,System.Exception@)"]
See Also