Documentation > Services API > ServicesTMF > UpdateRelationshipHistory(Asset,String)
UpdateRelationshipHistory
Saves previous content to a relationship asset
public System.Void UpdateRelationshipHistory(Asset,String)
Parameters
| Name | Description | Type |
|---|---|---|
| sourceAsset | The Asset that has the source ID | CrownPeak.CMSAPI.Asset |
| sitePath | _TMF folder path | System.String |
Code Example
C#
Sample:
ServicesTMF.UpdateRelationshipHistory( contentDestinationAsset, sitePath);