Warehouse.Depot.SetModified C# (CSharp) Method

SetModified() public method

Call this when you want to the External Rest API to get the latest version and not a cahced one
public SetModified ( ) : void
return void
        public void SetModified() {
            this.Modified = DateTime.UtcNow;
        }