IPublishReference
This topic describes the properties and methods of the IPublishReference interface.
Properties
| Name | Description | Possible values |
|---|---|---|
| TargetStatus | Indicates whether the target of this reference is found or not. | Unchecked, NotFound, Found or Unknown |
| PublishItemMode | Indicates whether the target of this reference is found as a regular item or as an extra compare item. | PrimaryItem or ExtraCompareItem. In most situations the value will be PrimaryItem, only in case the reference is to an image of which the version was changed between 2 compared publication outputs (so in the compare folder you will have 2 files with the same GUID and resolution(e.g. GUID-X.v2-low.jpg and GUID-X.v1-low.jpg)) the reference to the latter will be marked as ExtraCompareItem. |
Methods
- Get
- Returns the value for the given property name.
- Set
-
Sets the value for the given property.
- TryGet
- Tries to get the value for the given property name.
- Contains
- Checks whether the given property name exists or not.
- Remove
- Removes the value for the given property name.
- GetPropertyNames
- Returns a list with all the property names available on this object.