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


Cold storage file retrieval error codes; used in calls to IEdmGetOpCallback2::ReportFailureEx.

Syntax

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

Members

MemberDescription
EdmGetErr_InColdStorageAvailable1 = The version you are attempting to retrieve is in cold storage and needs to be retrieved from the backup media
EdmGetErr_InColdStorageDeleted2 = The version you are attempting to retrieve was sent to cold storage and deleted
EdmGetErr_InColdStoragePermissionDenied3 = The version you are attempting to retrieve is in cold storage, and you lack permission to restore it
EdmGetErr_InColdStorageRestoreFailed4 = Could not retrieve the file from cold storage

See Also