PersonalStorageDocumentInfo

PersonalStorageDocumentInfo class

Contains personal storage document metadata

public class PersonalStorageDocumentInfo : DocumentInfo

Properties

Name Description
ContentCount { get; } Get count of contents in the root folder
CreationDate { get; } Implements CreationDate
Folders { get; } Folders in the storage
Format { get; } Implements Format
IsPasswordProtected { get; } Is storage password protected
Item { get; } Implements Item
PagesCount { get; } Implements PagesCount
PropertyNames { get; } Implements PropertyNames
RootFolderName { get; } Root folder name
Size { get; } Implements Size

See Also