Rename a project

Namespace: SynergyClientAPI.Projects
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)

Public Shared Function Rename( _ 
ByVal project_id As EntityID, _ 
ByVal new_name As String, _ 
Optional ByVal waiter As IASyncWait = null _ 
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse Rename( 
EntityID project_id
string new_name
IASyncWait waiter = null 
)
This language is not supported or no code example is available.
public:  
static OperationResponse^ Rename( 
EntityID^ project_id
String^ new_name
IASyncWait^ waiter 
)
This language is not supported or no code example is available.
public static function Rename( 
project_id : EntityID
new_name : String
waiter : IASyncWait 
) : OperationResponse;
This language is not supported or no code example is available.

Parameters

project_id
Type: EntityID

the id of the project

new_name
Type: string

the new name of the project

waiter
Type: IASyncWait

an optional waiter

Return Value

Type: OperationResponse

the result of the operation

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1