IPackageProperties Interface

Definition

An abstraction of package properties, similar to PackageProperties.

public interface IPackageProperties
type IPackageProperties = interface
Public Interface IPackageProperties

Properties

Category

Gets or sets the category.

ContentStatus

Gets or sets the status of the content. Example values include "Draft", "Reviewed", and "Final".

ContentType

Gets or sets the type of content represented, generally defined by a specific use and intended audience. Example values include "Whitepaper", "Security Bulletin", and "Exam". (This property is distinct from MIME content types as defined in RFC 2045.)

Created

Gets or sets the creation date and time.

Creator

Gets or sets the primary creator. The identification is environment-specific and can consist of a name, email address, employee ID, etc. It is recommended that this value be only as verbose as necessary to identify the individual.

Description

Gets or sets the description or abstract of the contents.

Identifier

Gets or sets a unique identifier.

Keywords

Gets or sets a delimited set of keywords to support searching and indexing. This is typically a list of terms that are not available elsewhere in the properties.

Language

Gets or sets the primary language of the package content. The language tag is composed of one or more parts: A primary language subtag and a (possibly empty) series of subsequent subtags, for example, "EN-US". These values MUST follow the convention specified in RFC 3066.

LastModifiedBy

Gets or sets the user who performed the last modification. The identification is environment-specific and can consist of a name, email address, employee ID, etc. It is recommended that this value be only as verbose as necessary to identify the individual.

LastPrinted

Gets or sets the date and time of the last printing.

Modified

Gets or sets the date and time of the last modification.

Revision

Gets or sets the revision number. This value indicates the number of saves or revisions. The application is responsible for updating this value after each revision.

Subject

Gets or sets the topic of the contents.

Title

Gets or sets the title.

Version

Gets or sets the version number. This value is set by the user or by the application.

Applies to