CloudServiceFunctionsProjectUpdateSortIndexAsync Method |
Namespace: NeoAxis.NetworkingAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static Task<CloudServiceExecuteCommandResultClass> ProjectUpdateSortIndexAsync(
long projectID,
int sortIndex,
long anotherProjectID,
int anotherProjectIDSortIndex,
string authToken = null,
CancellationToken cancellationToken = default
)
Parameters
- projectID Int64
-
- sortIndex Int32
-
- anotherProjectID Int64
-
- anotherProjectIDSortIndex Int32
-
- authToken String (Optional)
-
- cancellationToken CancellationToken (Optional)
-
Return Value
TaskCloudServiceExecuteCommandResultClass
See Also