adTempus API
ArcanaDevelopment.adTempus.CustomObjectSupport Namespace / CustomObjectSettingsBase Class / GetReferencedObjects Method

In This Topic
    GetReferencedObjects Method (CustomObjectSettingsBase)
    In This Topic
    Returns a collection of the OIDs of all adTempus objects referenced by this custom object.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetReferencedObjects() As IEnumerable(Of OID)
    public virtual IEnumerable<OID> GetReferencedObjects()

    Return Value

    A list of OIDs, or null if there are no references.
    Remarks
    If your custom object saves references to other adTempus objects (for example, to a Credential Profile), you must return the OIDs of those objects so that adTempus knows about them. This is used to enforce referential integrity (so objects you are referencing do not get deleted).
    See Also