Request

Response

    ExchangeData.Remove method (1 of 2)

    Removes an Asset from the list. This also removes relationships that reference this Asset.

    public bool Remove(BaseAsset asset)
    
    parameterdescription
    asset

    Return Value

    true if the asset was removed. false if the asset was not found.

    See Also


    ExchangeData.Remove method (2 of 2)

    Removes an Asset from the list based on the Asset Id. This also removes relationships that reference this Asset.

    public bool Remove(string assetId)
    
    parameterdescription
    assetId

    Return Value

    true if the asset was removed. false if the asset was not found.

    See Also