SOLIDWORKS PDM Professional API Help Send Feedback
EdmFolderInfo Structure
See Also  Members  
EPDM.Interop.epdm Namespace : EdmFolderInfo Structure


Information about a folder that is added to the vault.

Syntax

Visual Basic 
Public Structure EdmFolderInfo 
   Inherits System.ValueType
C# 
public struct EdmFolderInfo : System.ValueType 
C++/CLI 
public value class EdmFolderInfo : public System.ValueType 

Example

struct EdmFolderInfo{
  integer mlFolderID;
  string mbsPath;
  integer mlParam;
  integer mlEdmFolderInfoFlags;
  IEdmFolder6* mpoFolder;
};

Example

Remarks

Returned by IEdmBatchAddFolders::Create. One structure is returned for each folder added to the batch using IEdmBatchAddFolders::AddFolder.

See Also

Availability

Version 6.3 of SOLIDWORKS PDM Professional