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


Return codes in EdmFolderInfo which is returned from IEdmBatchAddFolders::Create.

Syntax

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

Members

MemberDescription
Eff_AlreadyExisted1 = Folder already existed in the vault; EdmFolderInfo structure contains information about the existing folder
Eff_Nothing0 = Folder was successfully added
Eff_PermissionDenied2 = Folder could not be added due to lack of permissions

See Also