The following tables list the members exposed by the File type.
Name | Description | |
---|---|---|
![]() ![]() |
AddFiles(Dictionary<StringFileChangeData>, EntityID, bool, IASyncWait) | Add some files |
![]() ![]() |
AddFilesToFolder(IWin32Window, IEnumerable<String>, ProjectFolder, FileAction, string) | Add some files |
![]() ![]() |
BrowseForFile(EntityID, bool, out bool, List<String>, EntityID, IWin32Window) | Browse for a file |
![]() ![]() |
CheckInFile(EntityID, FileChangeData, bool, IASyncWait) | Check in a file |
![]() ![]() |
CheckInFiles(Dictionary<EntityIDFileChangeData>, bool, IASyncWait) | Check in some files |
![]() ![]() |
CheckOutFile(EntityID, IASyncWait) | User wants to check out a file |
![]() ![]() |
CheckOutFiles(HashSet<EntityID>, IASyncWait) | Check out some files |
![]() ![]() |
CopyFiles(CopyFileParameters, IASyncWait) | Copy some files |
![]() ![]() |
CreateNewFile(NewFileParameters, IASyncWait) | Create a new file This is different to a copy - while you can use this to create a file from another one, this operation performs advanced document management operations, such as filling out attribute placeholders |
![]() ![]() |
DeleteFile(EntityID, FileChangeData, IASyncWait) | Obsolete. Delete a file |
![]() ![]() |
DeleteFile(EntityID, EntityID, FileChangeData, IASyncWait) | Delete a file |
![]() |
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). |
![]() ![]() |
ExportFiles(IWin32Window, List<EntityID>, string) | Export a list of files to a local location |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
![]() ![]() |
GetFileHistory(EntityID) | Get all file history |
![]() ![]() |
GetFileIdByName(string, EntityID) | Get file id for a known file name, from the server |
![]() |
GetHashCode | Serves as the default hash function. (inherited from Object). |
![]() ![]() |
GetInfo(EntityID) | Get file info |
![]() ![]() |
GetInfo(EntityID, int) | Get file info for a specific version |
![]() ![]() |
GetLatest(EntityID, IASyncWait) | Get the latest copy of a file |
![]() ![]() |
GetLatest(HashSet<EntityID>, IASyncWait) | Get the latest version of a set of files |
![]() ![]() |
GetLink(EntityID) | Create a link for a file by its ID |
![]() ![]() |
GetLocalPathToFile(EntityID, out string) | Get the local path to a file |
![]() |
GetType | Gets the Type of the current instance. (inherited from Object). |
![]() ![]() |
GetVersion(EntityID, int, IASyncWait) | Get a specific version of a specific file |
![]() ![]() |
LinkFile(EntityID, EntityID, IASyncWait) | Link a file in to another folder |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
![]() ![]() |
MoveFiles(MoveFileParameters, IASyncWait) | Move some files |
![]() ![]() |
OfflineFiles(IWin32Window, List<EntityID>, string) | Offline a list of files to a local location |
![]() ![]() |
OnlineFiles(IWin32Window, List<EntityID>) | Online a list of offline files |
![]() ![]() |
PurgeFile(List<EntityID>, IASyncWait) | Purge files permanently |
![]() ![]() |
SaveFileVersion(EntityID, int, string, IASyncWait) | Get a specific version of a specific file and save to a local location |
![]() |
ToString | Returns a string that represents the current object. (inherited from Object). |
![]() ![]() |
Unlink(EntityID, IASyncWait) | Unlink a file |