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


Gets the ID of the folder where the file or folder is found.

Syntax

Visual Basic 
ReadOnly Property ParentFolderID As System.Integer
C# 
System.int ParentFolderID {get;}
C++/CLI 
property System.int ParentFolderID {
   System.int get();
}

Property Value

ID of the folder where the file or folder is found; 0 for the vault root folder

Example

See the examples in IEdmSearchResult5.

See Also