SOLIDWORKS PDM Professional API Help Send Feedback
EdmGetFlag Enumeration
See Also  
EPDM.Interop.epdm Namespace : EdmGetFlag Enumeration


Options for retrieving files used in calls to IEdmFile5::GetFileCopy, IEdmEnumeratorVersion5::GetFileCopy, IEdmVersion5::GetFileCopy, and IEdmRevision5::GetFileCopy. Bitmask.

Syntax

Visual Basic 
Public Enum EdmGetFlag 
   Inherits System.Enum
C# 
public enum EdmGetFlag : System.Enum 
C++/CLI 
public enum class EdmGetFlag : public System.Enum 

Members

MemberDescription
EdmGet_DisableRefresh2 = Do not refresh File Explorer when a file is retrieved
EdmGet_ForPreview64 = Only retrieve referenced files that are needed by SOLIDWORKS PDM Professional's preview when retrieving the referencing file
EdmGet_MakeReadOnly1 = Mark the retrieved file as read-only
EdmGet_Refs4 = Get referenced files
EdmGet_RefsOnlyMissing8 = Only get referenced files that are not present on the local hard disk; only valid in combination with EdmGet_Refs
EdmGet_RefsOverwriteLocked32 = Retrieve checked out referenced files and their references; only valid in combination with EdmGet_Refs; Warning: Setting this flag means that any previous modifications to checked out files will be lost.
EdmGet_RefsVerLatest16 = Retrieve the latest versions of referenced files that you have permission to see instead of attached versions that were used when the file was checked in; only valid in combination with EdmGet_Refs
EdmGet_Simple0 = Retrieve the file

See Also