public AddChild ( string projectId, string dataId, string childId, string collectionId = null, string collectionKey = null, bool removeOther = false ) : Task |
||
projectId | string | Project id. |
dataId | string | Data Object id. |
childId | string | Child id to add. |
collectionId | string | Collection id defining collection containing data. |
collectionKey | string | Collection key defining collection containing data. |
removeOther | bool | If true, will remove all other children. Default value: False. |
리턴 | Task |