DocumentInfoInnerPath Property |
Gets the inner path for container document item.
Namespace: GroupDocs.Search.ResultsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.2
Syntaxpublic string InnerPath { get; }
Public ReadOnly Property InnerPath As String
Get
public:
property String^ InnerPath {
String^ get ();
}
member InnerPath : string with get
Property Value
Type:
StringThe inner path.
See Also