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


Information about a file or folder that is added to or removed from the vault.

Syntax

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

Example

struct EdmFileInfo{
  integer mlArg;
  integer mlFileID;
  integer mlFolderID;
  integer mhResult;
  string mbsPath;
  IEdmObject5* mpoObject;
};

Example

Remarks

Returned by IEdmBatchAdd::CommitAdd. One structure is returned for each file or folder added to the batch using one of the IEdmBatchAdd::AddXxxxx methods.

See Also

Availability

Version 6.4 of SOLIDWORKS PDM Professional