Documentation > Services API > ServicesTMF > IsMasterAssetChanges(Asset,String)
IsMasterAssetChanges
Checks if the Master Asset has been changed.
public System.Boolean IsMasterAssetChanges(Asset,String)
Parameters
Name | Description | Type |
---|---|---|
Code Example
C#
Sample:
bool isChanged = ServicesTMF.IsMasterAssetChanges(asset, sitePath);