ReplaceObjectReferences Method
In This Topic
Replaces references to this object.
Syntax
Parameters
- referencesToFetch
- List of references to fetch. Null to fetch all references.
- fetchObjects
- If True, the referencing objects are returned in the results. If False, only the OIDs of the referencing objects are returned.
- options
- Reserved for future use. Set to 0.
- replaceInObjects
- The OIDs of the objects to make the replacement in. See Remarks.
- replacementObject
- The object to replace the reference with, or a null reference (Nothing in Visual Basic) to remove the reference.
- saveChanges
- If true, adTempus attempts to save all modified objects. If false, the objects
are returned but are not saved.
- changeLogParms
- Optional information to record in the audit log
Return Value
True if the operation was completed successfully, False if errors occurred.
See Also