Skip to content

Commit

Permalink
Add more properties to the 'DocumentSummaryInfo' PropertyIdentifiers set
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy committed Dec 3, 2024
1 parent 11ad394 commit 6955f3b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion OpenMcdf.Ole/PropertyIdentifiers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,18 @@ public static class PropertyIdentifiers
{0x0000000D, "PIDDSI_DOCPARTS" },
{0x0000000E, "PIDDSI_MANAGER" },
{0x0000000F, "PIDDSI_COMPANY" },
{0x00000010, "PIDDSI_LINKSDIRTY" }
{0x00000010, "PIDDSI_LINKSDIRTY" },
{0x00000011, "PIDDSI_CCHWITHSPACES" },
{0x00000013, "PIDDSI_SHAREDDOC" },
{0x00000014, "PIDDSI_LINKBASE" },
{0x00000015, "PIDDSI_HLINKS" },
{0x00000016, "PIDDSI_HYPERLINKSCHANGED" },
{0x00000017, "PIDDSI_VERSION" },
{0x00000018, "PIDDSI_VDIGSIG" },
{0x0000001A, "PIDDSI_CONTENTTYPE" },
{0x0000001B, "PIDDSI_CONTENTSTATUS" },
{0x0000001C, "PIDDSI_LANGUAGE" },
{0x0000001D, "PIDDSI_DOCVERSION" }
}.ToFrozenDictionary();

public static string GetDescription(uint identifier, ContainerType map, IDictionary<uint, string>? customDictionary = null)
Expand Down

0 comments on commit 6955f3b

Please sign in to comment.