The following tables list the members exposed by IEdmFolder5.
| Name | Description | |
|---|---|---|
![]() | ID | Gets the database ID of this folder. |
![]() | LocalPath | Gets the full file system path to this local folder. |
![]() | Name | Gets the name of the folder. |
![]() | ObjectType | Gets the type of object. |
![]() | ParentFolder | Gets the interface to the parent folder of this folder. |
![]() | Vault | Gets the file vault to which this folder belongs. |
| Name | Description | |
|---|---|---|
![]() | AddFile | Obsolete. Superseded by IEdmFolder8::AddFile2. |
![]() | AddFileShared | Shares a file in another folder with this folder. |
![]() | AddFolder | Creates a subfolder in this folder. |
![]() | CopyFile | Obsolete. Superseded by IEdmFolder8::CopyFile2. |
![]() | CreateCardView | Obsolete. Superseded by IEdmFolder10::CreateCardView2. |
![]() | CreateFolderPath | Creates all subfolders in a path relative to this folder. |
![]() | CreateLabel | Creates a label on this folder and its subfolders. |
![]() | DeleteFile | Deletes a file having the specified ID from this folder. |
![]() | DeleteFolder | Deletes the specified subfolder from this folder. |
![]() | GetCard | Gets the interface to a data card of a file of the specified file type or the interface to the data card of this folder. |
![]() | GetCardID | Gets the ID of the data card of a file with the specified extension or the ID of the data card of this folder. |
![]() | GetFile | Gets the interface to a file with the specified name in this folder. |
![]() | GetFirstFilePosition | Starts an enumeration of the files in this folder. |
![]() | GetFirstLabelPosition | Starts an enumeration of the labels in this folder. |
![]() | GetFirstSubFolderPosition | Starts an enumeration of the subfolders in this folder. |
![]() | GetNextFile | Gets the next file in the enumeration. |
![]() | GetNextLabel | Gets the next label in the enumeration. |
![]() | GetNextSubFolder | Gets the next subfolder in the enumeration. |
![]() | GetSubFolder | Gets the interface to the subfolder with the specified name. |
![]() | HasRights | Obsolete. Superseded by IEdmFolder5::HasRightsEx. |
![]() | HasRightsEx | Gets whether the user has the specified rights for the specified file in this folder. |
![]() | IsKindOf | Checks whether the object is of a certain type. |
![]() | Refresh | Refreshes the file listing for the folder. |

