public AddParent ( string projectId, string dataId, string parentId, string collectionId = null, string collectionKey = null, bool removeOther = false ) : Task |
||
projectId | string | Project id. |
dataId | string | Data Object id. |
parentId | string | Parent 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 parents. Default value: False. |
return | Task |