DuplicateAsAsync Method
Overloads
DuplicateAsAsync(String, String) |
DuplicateAs |
|
DuplicateAsAsync(AsyncHandle, String, String) |
DuplicateAs |
DuplicateAsAsync(String, String)
DuplicateAs
Declaration
public Task DuplicateAsAsync(string id, string asType)
Parameters
Type | Name | Description |
---|---|---|
System.String | id |
Id of the object to duplicate as |
System.String | asType |
The type to duplicate as |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
A task |
DuplicateAsAsync(AsyncHandle, String, String)
DuplicateAs
Declaration
public Task DuplicateAsAsync(AsyncHandle asyncHandle, string id, string asType)
Parameters
Type | Name | Description |
---|---|---|
AsyncHandle | asyncHandle |
A string handle allowing the user to access request status |
System.String | id |
Id of the object to duplicate as |
System.String | asType |
The type to duplicate as |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
A task |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!