PathFinderRelativePath Method (IContentItem)
|
Namespace:
Ingeniux.CMS.Dita
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax public string RelativePath(
IContentItem content
)
Public Function RelativePath (
content As IContentItem
) As String
public:
String^ RelativePath(
IContentItem^ content
)
member RelativePath :
content : IContentItem -> string
Parameters
- content
- Type: Ingeniux.CMSIContentItem
[Missing <param name="content"/> documentation for "M:Ingeniux.CMS.Dita.PathFinder.RelativePath(Ingeniux.CMS.IContentItem)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Ingeniux.CMS.Dita.PathFinder.RelativePath(Ingeniux.CMS.IContentItem)"]
See Also