SOLIDWORKS PDM Professional API Help Send Feedback
Path Property (IEdmSearchResult5)
See Also 
EPDM.Interop.epdm Namespace > IEdmSearchResult5 Interface : Path Property (IEdmSearchResult5)


Gets the full path to the file or folder.

Syntax

Visual Basic 
ReadOnly Property Path As System.String
C# 
System.string Path {get;}
C++/CLI 
property System.String^ Path {
   System.String^ get();
}

Property Value

Full path the file or folder

See Also