Copy a folder

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

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

Parameters

new_name
Type: string

the name of the new folder

folder_id
Type: EntityID

the folder to copy to

target_id
Type: EntityID

the target

target_is_project
Type: bool

whether or not the targer is a project

waiter
Type: IASyncWait

an optional custom wait helper

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