PersonalStorageDocumentInfo class

PersonalStorageDocumentInfo class

Represents personal storage document metadata.

The PersonalStorageDocumentInfo type exposes the following members:

Methods

Method Description
get
get_file
get_string

Properties

Property Description
content_count The count of contents in the root folder.
creation_date The document creation date.
folders The folders in the storage.
format The document format.
is_password_protected The storage password protection status.
pages_count The document pages count.
property_names The enumerable of all properties that can be retrieved for the current document info.
root_folder_name The root folder name.
size The document size in bytes.

See Also