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


Options for retrieving files from the vault used in calls to IEdmBatchGet::CreateTree. Bitmask.

Syntax

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

Members

MemberDescription
Egcf_AsBuilt1 = Use the same versions of referenced files that were used when the referencing file was checked in; if this bit is not set, the latest versions of referenced files are used
Egcf_AsBuiltNotDefault128 = Use the as-built versions when creating the tree
Egcf_ForPreview16 = Only retrieve referenced files that are needed by the preview when retrieving the referencing file; skip caching referenced files
Egcf_ForViewer8192 = Only retrieve referenced files that are needed by the viewer when retrieving the referencing file; skip caching referenced files
Egcf_IncludeAutoCacheFiles2048 = Selects the Check Out dialog box Get checkbox for the latest version if the referenced file is not in the local cache
Egcf_Lock2 = Check out the files instead of just retrieving them
Egcf_LockNoLclCopyFiles1024 = Locks the local referenced files if a local cache is not present
Egcf_LockReferencedFilesToo64 = Check out files referenced by the checked-out file
Egcf_Nothing0 = No options
Egcf_RefreshFileListing32 = Refresh file listing in File Explorer after files have been checked out
Egcf_RollbackTree4096 = Provide the ability to roll back files in the dialog
Egcf_SingleFileRollback16384 = Roll back one file
Egcf_SkipExisting8 = Do not retrieve files that already exist in the local cache
Egcf_SkipLockRefFiles512 = Skips checking of lock file references
Egcf_SkipOpenFileChecks256 = Skips checking whether the file is open in another application
Egcf_SkipUnlockedWritable4 = Do not retrieve files that are writable and not checked out
Egcf_XrefsOpenCheck32768 = Check whether cross-reference files are open in another application

See Also