MobileForms Toolkit Documentation

WebDavFile Properties

The properties of the WebDavFile class are listed below. For a complete list of WebDavFile class members, see the WebDavFile Members topic.

Public Instance Properties

Client A WebDavClient object responsible for remote server requests
ContentType The remote object content type
CreationTime (inherited from NetFile) The creation file time of a remote object
FileTime (inherited from NetFile) The file time of a remote object
FullPath (inherited from NetFile) Returns the full path of the remote object
IsDirectory (inherited from NetFile) Determines whether this file is a directory
IsExecutable Determines whether the remote file is an executable
Name (inherited from NetFile) The name of the remote file/directory
ParentDirectory (inherited from NetFile) The NetFile object representing the directory which contains this file/directory
Size (inherited from NetFile) Returns the size of a remote file or zero for directory.
SizeText (inherited from NetFile) Returns the size of a remote file as a string or empty string for directory.
TimeText (inherited from NetFile) The file time of a remote object as a string
URL Full URL of the WebDAV file/directory object

See Also

WebDavFile Class | Resco.Net Namespace