Click or drag to resize
FileBrowserContentProvider Methods

The FileBrowserContentProvider type exposes the following members.

Methods
  Name Description
Public method CheckDeletePermissions
Checks if the current configuration allows deleting from the specified folder
Public method CheckWritePermissions
Checks if the current configuration allows writing (uploading) to the specified folder
Public method CopyDirectory
Copies a directory from a one virtual path to a new one
Public method CopyFile
Copies a file from a one virtual path to a new one.
Public method CreateDirectory
Creates a directory item in the given path with the given name.
Public method DeleteDirectory
Deletes the directory item with the given virtual path.
Public method DeleteFile
Deletes the file item with the given virtual path.
Public method GetFile
Gets a read only Stream for accessing the file item with the given url.
Public method GetFileName
Get the name of the file with the given url.
Public method GetPath
Gets the virtual path of the item with the given url.
Public method MoveDirectory
Moves a directory from a one virtual path to a new one. This method can also be used for renaming items.
Public method MoveFile
Moves a file from a one virtual path to a new one. This method can also be used for renaming items.
Public method Static member RemoveProtocolNameAndServerName
Removes the protocol and the server names from the given url.
Public method ResolveDirectory
Resolves a directory with the given path.
Public method ResolveRootDirectoryAsList Obsolete.
Resolves a root directory with the given path in list mode.
Public method ResolveRootDirectoryAsTree
Resolves a root directory with the given path in tree mode.
Public method ResolveViewPaths
Public method StoreBitmap
Stores an image with the given url and image format.
Public method StoreFile(HttpPostedFile, String, String, String) Obsolete.
Creates a file item from a HttpPostedFile to the given path with the given name.
Public method StoreFile(UploadedFile, String, String, String)
Creates a file item from a Kettic.AspNet.Controls.UploadedFile in the given path with the given name.
Top
See Also