Base\MS\Internal\IO\Packaging\StorageBasedPackageProperties.cs (49)
122return GetOleProperty(FormatId.SummaryInformation, PropertyId.Title) as string;
127SetOleProperty(FormatId.SummaryInformation, PropertyId.Title, value);
138return GetOleProperty(FormatId.SummaryInformation, PropertyId.Subject) as string;
143SetOleProperty(FormatId.SummaryInformation, PropertyId.Subject, value);
157return GetOleProperty(FormatId.SummaryInformation, PropertyId.Creator) as string;
162SetOleProperty(FormatId.SummaryInformation, PropertyId.Creator, value);
175return GetOleProperty(FormatId.SummaryInformation, PropertyId.Keywords) as string;
180SetOleProperty(FormatId.SummaryInformation, PropertyId.Keywords, value);
191return GetOleProperty(FormatId.SummaryInformation, PropertyId.Description) as string;
196SetOleProperty(FormatId.SummaryInformation, PropertyId.Description, value);
210return GetOleProperty(FormatId.SummaryInformation, PropertyId.LastModifiedBy) as string;
215SetOleProperty(FormatId.SummaryInformation, PropertyId.LastModifiedBy, value);
228return GetOleProperty(FormatId.SummaryInformation, PropertyId.Revision) as string;
233SetOleProperty(FormatId.SummaryInformation, PropertyId.Revision, value);
244return GetDateTimeProperty(FormatId.SummaryInformation, PropertyId.LastPrinted);
249SetOleProperty(FormatId.SummaryInformation, PropertyId.LastPrinted, value);
260return GetDateTimeProperty(FormatId.SummaryInformation, PropertyId.DateCreated);
265SetOleProperty(FormatId.SummaryInformation, PropertyId.DateCreated, value);
276return GetDateTimeProperty(FormatId.SummaryInformation, PropertyId.DateModified);
281SetOleProperty(FormatId.SummaryInformation, PropertyId.DateModified, value);
297return GetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.Category) as string;
302SetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.Category, value);
313return GetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.Identifier) as string;
318SetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.Identifier, value);
332string contentType = GetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.ContentType) as string;
350SetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.ContentType, value);
356SetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.ContentType, new ContentType(value).ToString());
371return GetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.Language) as string;
376SetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.Language, value);
387return GetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.Version) as string;
392SetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.Version, value);
404return GetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.ContentStatus) as string;
409SetOleProperty(FormatId.DocumentSummaryInformation, PropertyId.ContentStatus, value);
837case PropertyId.Title:
838case PropertyId.Subject:
839case PropertyId.Creator:
840case PropertyId.Keywords:
841case PropertyId.Description:
842case PropertyId.LastModifiedBy:
843case PropertyId.Revision:
846case PropertyId.LastPrinted:
847case PropertyId.DateCreated:
848case PropertyId.DateModified:
862case PropertyId.Category:
863case PropertyId.Identifier:
864case PropertyId.ContentType:
865case PropertyId.Language:
866case PropertyId.Version:
867case PropertyId.ContentStatus: