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 |