FileController Class |
Namespace: Dundas.BI.WebApi.Controllers
The FileController type exposes the following members.
Name | Description | |
---|---|---|
![]() | FileController |
Initializes a new instance of the FileController class.
|
Name | Description | |
---|---|---|
![]() | FileSystemService |
Gets the file system service.
(Inherited from FileSystemEntryControllerBase.) |
Name | Description | |
---|---|---|
![]() | AddRecentlyUsed |
Adds the given file ID to the list of recently used items.
|
![]() | AddToMostRecentlyUsed |
Adds the given file ID to the list of recently used items.
(Inherited from FileSystemEntryControllerBase.) |
![]() | BatchDelete |
Deletes the files or folders with the specified IDs.
|
![]() | CheckIn(CheckInIdsOptions, Nullable<Guid>) |
Checks in files with the specified IDs and comments.
|
![]() | CheckIn(Guid, CheckInOptions, Nullable<Guid>) |
Checks in the file with the specified ID and comments.
|
![]() | CheckOut(Guid, Nullable<Guid>) |
Checks out the file with the specified ID to the caller.
|
![]() | CheckOut(Guid[], Nullable<Guid>) |
Checks out files with the specified IDs to the caller.
|
![]() | ClearMostRecentlyUsed |
Gets the most recently used files for the current user.
(Inherited from FileSystemEntryControllerBase.) |
![]() | ClearRecentlyUsed |
Clears the most recently used items.
|
![]() | CopyEntry |
Copies the file system entry with the specified ID to the new location.
(Inherited from FileSystemEntryControllerBase.) |
![]() | CopyFile |
Copies the file with the specified ID.
|
![]() | CreateFolder |
Creates a folder in the application's file system.
|
![]() | Delete(BatchDeleteOptions, Nullable<Guid>) | Obsolete.
OBSOLETE - Use POST /File/Delete instead.
Deletes the files or folders with the specified IDs.
|
![]() | Delete(Guid, DeleteOptions, Nullable<Guid>) |
Deletes the file or folder with the specified ID.
|
![]() | DeleteOldEntityData |
Deletes data from entities which are not the current revision and were created before the specified date.
|
![]() | EmptyRecycleBin |
Empties all of the recycled files or folders from the recycle bin.
|
![]() | EnsureCallerContext |
If the current context is not already the specified context, creates a new caller context which is
a clone of the specified context and sets it as the current one.
(Inherited from ApiControllerBase.) |
![]() | EnsureFormFileMultipartContent |
Ensures when form files are access the content is MIME multi-part which we want.
(Inherited from ApiControllerBase.) |
![]() | EnsureVisible |
Ensures that a particular entity is visible to the specified accounts and groups.
|
![]() | EntryExists(Guid, Nullable<Guid>) |
Determines whether an entry with the specified name exists in the specified folder.
(Inherited from FileSystemEntryControllerBase.) |
![]() | EntryExists(String, Guid, Nullable<Guid>) |
Determines whether an entry with the specified name exists in the specified folder.
(Inherited from FileSystemEntryControllerBase.) |
![]() | FileExists(Guid, Nullable<Guid>) |
Determines whether a file with the specified ID exists.
|
![]() | FileExists(Guid, String, Nullable<Guid>) |
Determines whether a file with the specified name exists in the specified folder.
|
![]() | FileSystemQueryHelper |
Retrieves information about multiple files or folders.
(Inherited from FileSystemEntryControllerBase.) |
![]() | GetCheckedOutReferences |
Gets the specified file's checked out references.
|
![]() | GetClientIdFromCookieOrProvided |
Gets the client ID from cookie or from the provided value, which is usually from the query string.
(Inherited from ApiControllerBase.) |
![]() | GetDownstreamReferenceExplosion |
Gets the references (downstream reference explosion) to the specified file. This is recursive.
|
![]() | GetEntryTags |
Gets a list of entry tags and their usage.
(Inherited from FileSystemEntryControllerBase.) |
![]() | GetFileById |
Gets the file or folder.
|
![]() | GetFileByName |
Gets the file.
|
![]() | GetLastModifiedTime |
Gets the file's last modified time for cache comparison.
|
![]() | GetMostRecentlyUsed |
Gets the most recently used files for the current user.
(Inherited from FileSystemEntryControllerBase.) |
![]() | GetRecentlyUsed |
Gets the most recently used files for the current user.
|
![]() | GetRecycleBinFolder |
Gets the recycle bin folder.
|
![]() | GetReferencedBy |
Gets the files referenced by the specified file.
|
![]() | GetReferencesTo |
Gets the references to the specified file.
|
![]() | GetService<T> |
Gets the requested service.
(Inherited from ApiControllerBase.) |
![]() | GetSessionIdFromCookieHeaderOrProvided |
Gets the session ID from cookie, the authorization header or from the provided value, which is usually from the query string.
(Inherited from ApiControllerBase.) |
![]() | GetUnusedEntitiesForProject |
Gets the unused entities found in the specified project.
|
![]() | GetUpstreamReferenceExplosion |
Gets the references (upstream reference explosion) to the specified file. This is recursive.
|
![]() | LoadSession |
Creates a new caller context associated with the specified session ID. The session is not validated.
(Inherited from ApiControllerBase.) |
![]() | MoveEntry |
Moves the file or folder with the specified ID.
(Inherited from FileSystemEntryControllerBase.) |
![]() | MoveFile |
Moves the file with the specified ID.
|
![]() | PromoteTransient |
Promotes a transient file to a real one.
|
![]() | QueryFiles |
Gets multiple files or folders.
|
![]() | QueryFileSystemEntry |
Retrieves information about multiple files or folders.
(Inherited from FileSystemEntryControllerBase.) |
![]() | QueryFileSystemEntryCount |
Retrieves the number of files and folders that match the query options.
(Inherited from FileSystemEntryControllerBase.) |
![]() | QueryNumberOfFiles |
Gets the number of files and folders.
|
![]() | QueryRevision |
Retrieves information about multiple files or folders revision history.
|
![]() | RenameEntry |
Renames the file or folder with the specified ID.
(Inherited from FileSystemEntryControllerBase.) |
![]() | RenameFile |
Renames the file with the specified ID.
|
![]() | RequestFirstFormFile |
Retrieves the first form file from the request.
(Inherited from ApiControllerBase.) |
![]() | RequestFormFiles |
Retrieves the form files from the request.
(Inherited from ApiControllerBase.) |
![]() | RestoreRecycleBin |
Restores the recycled files or folders with the specified IDs.
|
![]() | ReturnInvalidWindowsIdentityResponse |
Returns the invalid windows identity response to challenge the browser.
(Inherited from ApiControllerBase.) |
![]() | RevisionQuery |
Retrieves information about multiple revisions on files or folders.
(Inherited from FileSystemEntryControllerBase.) |
![]() | RollbackEntry |
Rolls the file or folder back to the specified revision number.
(Inherited from FileSystemEntryControllerBase.) |
![]() | RollbackFile |
Rolls the file with the specified ID back to the specified revision number.
|
![]() | SearchTags |
Gets the tags that match the text passed in.
|
![]() | SetDescription |
Updates a file's description.
|
![]() | SetEntryDescription |
Sets the entry description.
(Inherited from FileSystemEntryControllerBase.) |
![]() | SetEntryPrivileges |
Sets the entry privileges.
(Inherited from FileSystemEntryControllerBase.) |
![]() | SetEntryTags |
Sets an entry tags.
(Inherited from FileSystemEntryControllerBase.) |
![]() | SetPrivileges |
Updates a file's privileges.
|
![]() | SetTags |
Updates a file's tags.
|
![]() | TouchEntry(Guid, Nullable<Guid>) |
Updates the last modified time of the entry with the specified ID.
(Inherited from FileSystemEntryControllerBase.) |
![]() | TouchEntry(Guid[], Nullable<Guid>) |
Updates the last modified time of the entries with the specified IDs.
(Inherited from FileSystemEntryControllerBase.) |
![]() | TouchFile(Guid, Nullable<Guid>) |
Updates the last modified time of the file with the specified ID.
|
![]() | TouchFile(Guid[], Nullable<Guid>) |
Updates the last modified time of files with the specified IDs.
|
![]() | TransferCheckOut |
Transfers the checked out file with the specified ID to the specified account ID.
|
![]() | UndoCheckOut(Guid, Nullable<Guid>) |
Discards the changes to the checked out file with the specified ID, and cancels the check out.
|
![]() | UndoCheckOut(Guid[], Nullable<Guid>) |
Discards the changes to the checked out files with the specified IDs, and cancels the check out.
|