API Reference

Class

OfficeDocumentSource

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Source metadata shared by document read results.

Inheritance

  • Object
  • OfficeDocumentSource

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public OfficeDocumentSource() #

Properties

public String Path { get; set; } #

Source path or logical source name.

public String SourceId { get; set; } #

Stable source identifier when available.

public String SourceHash { get; set; } #

Source content hash when available.

public Nullable<DateTime> LastWriteUtc { get; set; } #

Source last-write timestamp in UTC when available.

public Nullable<Int64> LengthBytes { get; set; } #

Source length in bytes when available.

public String Title { get; set; } #

Source title metadata when available.

public String Author { get; set; } #

Source author metadata when available.

public String Subject { get; set; } #

Source subject metadata when available.

public String Keywords { get; set; } #

Source keyword metadata when available.