Project.Rename Method
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
- EntityID
the id of the project
- new_name
- string
the new name of the project
- waiter
- IASyncWait
an optional waiter
Return Value
OperationResponsethe result of the operation