static private GetCopyAttributes ( string copyStatusString, string copyId, string copySourceString, string copyProgressString, string copyCompletionTimeString, string copyStatusDescription ) : CopyState | ||
copyStatusString | string | The copy status, as a string. |
copyId | string | The copy ID. |
copySourceString | string | The source URI of the copy, as a string. |
copyProgressString | string | A string formatted as progressBytes/TotalBytes. |
copyCompletionTimeString | string | The copy completion time, as a string, or null. |
copyStatusDescription | string | The copy status description, if any. |
Résultat | CopyState |