Brecham.Obex — An OBEX library for the .NET Framework

ObexFileItem Members

ObexFileItem overview

Public Instance Constructors

ObexFileItem Constructor Initialises a new instance of the ObexFileItem class with the specified name.

Public Instance Properties

Accessed (inherited from ObexFileOrFolderItem) “This attribute represents the last accessed time for the object.”
Created (inherited from ObexFileOrFolderItem) “This attribute represents the creation time for the object.”
DisplayName (inherited from ObexFileOrFolderItem) “An optional display name of the file or folder.”
Group (inherited from ObexFileOrFolderItem) “Some file systems have the notion of group ownership. This attribute is used to convey that information when present”
GroupPerm (inherited from ObexFileOrFolderItem) The access permissions for the object as applying to the group.
HasSize (inherited from ObexFileOrFolderItem) Gets whether the server has provided a size attribute on this folder listing item.
Modified (inherited from ObexFileOrFolderItem) “This attribute represents the last modified time for the object.”
Name (inherited from ObexFileOrFolderItem) “The name of the folder or file.” Read-only.
OtherPerm (inherited from ObexFileOrFolderItem) The access permissions for the object as applying to others.
Owner (inherited from ObexFileOrFolderItem) “The Owner attribute is used to convey the user associated with ownership or responsibility for this object.”
Size (inherited from ObexFileOrFolderItem) “The size of the folder or file object in bytes. This size is an estimate and is not required to be exact.”
Type (inherited from ObexFileOrFolderItem) “ This attribute works similarly to the OBEX Type header and expresses the MIME type of the file object.”
UserPerm (inherited from ObexFileOrFolderItem) The access permissions for the object as applying to the user.
XmlLang (inherited from ObexFileOrFolderItem) “[Specifies] the language of both content and attribute values.”

Public Instance Methods

GetType (inherited from Object)Gets the Type of the current instance.
ResetSize (inherited from ObexFileOrFolderItem) Clear the size attribute.

See Also

ObexFileItem Class | Brecham.Obex.Objects Namespace