Folder.CopyFolder Method
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.
Parameters
- new_name
- string
the name of the new folder
- folder_id
- EntityID
the folder to copy to
- target_id
- EntityID
the target
- target_is_project
- bool
whether or not the targer is a project
- waiter
- IASyncWait
an optional custom wait helper
Return Value
OperationResponsethe result of the operation