SOLIDWORKS PDM Professional API Help Send Feedback
IEdmFolder5 Interface Methods
See Also 
  
EPDM.Interop.epdm Namespace : IEdmFolder5 Interface

For a list of all members of this type, see IEdmFolder5 members.

Public Methods

 NameDescription
 MethodAddFileObsolete. Superseded by IEdmFolder8::AddFile2.  
 MethodAddFileSharedShares a file in another folder with this folder.  
 MethodAddFolderCreates a subfolder in this folder.  
 MethodCopyFileObsolete. Superseded by IEdmFolder8::CopyFile2.  
 MethodCreateCardViewObsolete. Superseded by IEdmFolder10::CreateCardView2.  
 MethodCreateFolderPathCreates all subfolders in a path relative to this folder.  
 MethodCreateLabelCreates a label on this folder and its subfolders.  
 MethodDeleteFileDeletes a file having the specified ID from this folder.  
 MethodDeleteFolderDeletes the specified subfolder from this folder.  
 MethodGetCardGets the interface to a data card of a file of the specified file type or the interface to the data card of this folder.  
 MethodGetCardIDGets the ID of the data card of a file with the specified extension or the ID of the data card of this folder.  
 MethodGetFileGets the interface to a file with the specified name in this folder.  
 MethodGetFirstFilePositionStarts an enumeration of the files in this folder.  
 MethodGetFirstLabelPositionStarts an enumeration of the labels in this folder.  
 MethodGetFirstSubFolderPositionStarts an enumeration of the subfolders in this folder.  
 MethodGetNextFileGets the next file in the enumeration.  
 MethodGetNextLabelGets the next label in the enumeration.  
 MethodGetNextSubFolderGets the next subfolder in the enumeration.  
 MethodGetSubFolderGets the interface to the subfolder with the specified name.  
 MethodHasRightsObsolete. Superseded by IEdmFolder5::HasRightsEx.  
 MethodHasRightsExGets whether the user has the specified rights for the specified file in this folder.  
 MethodIsKindOfChecks whether the object is of a certain type.  
 MethodRefreshRefreshes the file listing for the folder.  
Top

See Also