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


The following tables list the members exposed by EdmUserData2.

Public Fields

 NameDescription
public FieldmbsColumnViewName of the column view that the user should see in File Explorer file listings.   
public FieldmbsCompleteNameComplete user name.  
public FieldmbsEmailEmail address.  
public FieldmbsInitialsUser's initials.  
public FieldmbsPasswordUser's password in SOLIDWORKS PDM Professional.  
public FieldmbsUserDataArbitrary text to associate with the user.  
public FieldmbsUserNameUser's login name in SOLIDWORKS PDM Professional.  
public FieldmhStatusHRESULT code containing the status of the creation of the user.  
public FieldmlFlagsCombination of EdmUserDataFlags flags.  
public FieldmlUserIDDatabase ID of the just-created user.  
public FieldmoSysPermsUser's system permissions.  
public FieldmpoUserUser's interface if mlFlags contains the edmUserDataFlags.edmudf_GetInterface and mhStatus is S_OK (0), otherwise the pointer is null.  
Top

See Also