Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance the ChangeOperation class.
var MyChgOp = new ChangeOperation(action, item, linkSource, linkSourceField, linkTarget);
Parameters
Parameter |
Description |
|---|---|
action |
A ChangeOperationType object that contains the change action enumeration value. |
item |
The item that was changed. |
linkSource |
(Optional) The item from which the link is originating. |
linkSourceField |
(Optional) The field on the source item representing the relationship. |
linkTarget |
(Optional) The item that is being linked. |