NStorageObject Class Members
In This Topic
The following tables list the members exposed by NStorageObject.
Public Fields
Public Properties
| Name | Description |
| Attributes | Gets or sets the attributes of this storage object |
| CreationTimeUTC | Gets or sets the file system object creation time in UTC |
| LastAccessTimeUTC | Gets or sets the file system object last access time in UTC. |
| LastWriteTimeUTC | Gets or sets the file system object last write time in UTC. |
| Name | Gets the name of this file system object. |
| OwnerStorageDocument | Gets the storage document to which this document belongs. |
| ParentFolder | Gets the folder to which this object belongs, or null if this is a root folder. |
| ReadOnly | Gets or sets whether this FSO is readonly |
Top
Public Methods
| Name | Description |
| Delete | Deletes this file system object. |
| GetPath | Gets the path to this object from the root folder. |
Top
Protected Methods
| Name | Description |
| OnChanged | Overridden. Overriden to notify the document |
Top
See Also