Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

DSSLink.idl File Reference


Detailed Description

We declare COM interfaces used by the linked property feature.

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
}


Enumeration Type Documentation

enum EnumDSSLinkFlags
 

Enumeration values:
DssLinkFreshItems  When loading items, load items from the MD rather than relying on cached state.
DssLinkLocalOnly  When loading items, load items from the cache if possible, or fail the request.
DssLinkWritable  When loading items, requests that the items returned can be edited.
DssLinkReadOnly  When loading items, states that the caller has no intention of editing the items.
DssLinkFindModifiedOnly  Flag is set internally to indicate a find request that should return modified items.
DssLinkPerformingDelete  Flag is set internally to indicate if a save items call was initiated by DeleteItems.


Copyright © 1996-2018 MicroStrategy Inc. All Rights Reserved.