AVOLITES TITAN API

CopyProfile

Copies a profile.

Namespace: Profiles

Syntax

MACRO

Int32 Profiles.CopyProfile(Int32 srcProfileId, String newProfileName)

HTTP

http://[ip]:4430/titan/script/2/Profiles/CopyProfile?srcProfileId={titanId}&newProfileName={string}

Parameters

srcProfileId ( Int32 ) : The source profile id.

newProfileName ( String ) : New name of the new profile.

Returns

The id of the new profile