public Update ( string projectId, string name, string collectionId = null, string collectionKey = null, string newName = null, string sourceId = null ) : Task |
||
projectId | string | Project id. |
name | string | Current folder name. |
collectionId | string | Collection id defining collection where folder exists. |
collectionKey | string | Collection key defining collection where folder exists. |
newName | string | New folder name. |
sourceId | string | New source id, can be used for mapping folders to external source. |
Результат | Task |