adTempus API
ArcanaDevelopment.adTempus.Client Namespace / SearchReplaceResult Class / GetPrimaryObject Method

In This Topic
    GetPrimaryObject Method
    In This Topic
    Gets the top-level object in which the match was found.
    Syntax
    'Declaration
     
    
    Public Function GetPrimaryObject() As ADTObject
    public ADTObject GetPrimaryObject()
    Remarks
    If ObjectSearchOptions.ReturnObjects was set to False, the object may need to be fetched from the server when this method is called
    See Also