A linked property is an extended property associated with one or more DSS Objects, but which is saved externally to the DSS Objects. We say that values for these properties are linked with the objects.
Enumerations | |
| enum | EnumDSSLinkFlags { DssLinkFreshItems = 0x00000001, DssLinkLocalOnly = 0x00000002, DssLinkWritable = 0x00000004, DssLinkReadOnly = 0x00000008, DssLinkFindModifiedOnly = 0x40000000, DssLinkPerformingDelete = 0x80000000 } |
|