Documentation > Services API > ServicesTMF > UpdateBranch(Asset,PostSaveContext,String)
UpdateBranch
When one of the assets in the master folder is branched, the users action is captured and the derived asset is also branched if a relationship exists. This method should be used in the copy.aspx template file. Requires /System/Translation Model Framework/_Models/Relationship/
public System.Void UpdateBranch(Asset,PostSaveContext,String)
Parameters
Name | Description | Type |
---|---|---|
Code Example
C#
Sample:
ServicesTMF.UpdateBranch(asset, PostSaveContext, sitePath);