PersonalStorageFolderInfo
PersonalStorageFolderInfo class
Personal Storage Folder info
public sealed class PersonalStorageFolderInfo : ValueObject
Properties
| Name |
Description |
| Items { get; } |
Items in the folder |
| ItemsCount { get; } |
Count of the items in the folder |
| Name { get; } |
Name of the folder |
| SubFolders { get; } |
Sub Folders |
Methods
| Name |
Description |
| override Equals(object) |
Determines whether two object instances are equal. |
| virtual Equals(ValueObject) |
Determines whether two object instances are equal. |
| override GetHashCode() |
Serves as the default hash function. |
| override ToString() |
String representation of personal storage folder info |
See Also