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