/// <summary> /// Reverts the package versions for the given release to the last version it /// had before the current one. /// </summary> /// <remarks> /// Required permissions: Processes.Edit. /// </remarks> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='id'> /// key: Id /// </param> public static ODataResponseInt64 RollbackToPreviousReleaseVersionById(this IReleases operations, long id) { return(operations.RollbackToPreviousReleaseVersionByIdAsync(id).GetAwaiter().GetResult()); }
/// <summary> /// Reverts the package versions for the given release to the last version it /// had before the current one. /// </summary> /// <remarks> /// Client Credentials Flow required permissions: Execution or Execution.Write. /// /// Required permissions: Processes.Edit. /// </remarks> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='id'> /// key: Id /// </param> /// <param name='xUIPATHOrganizationUnitId'> /// Folder/OrganizationUnit Id /// </param> public static ODataValueInt64 RollbackToPreviousReleaseVersionById(this IReleases operations, long id, long?xUIPATHOrganizationUnitId = default(long?)) { return(operations.RollbackToPreviousReleaseVersionByIdAsync(id, xUIPATHOrganizationUnitId).GetAwaiter().GetResult()); }
/// <summary> /// Reverts the package versions for the given release to the last version it /// had before the current one. /// </summary> /// <remarks> /// Client Credentials Flow required permissions: Execution or Execution.Write. /// /// Required permissions: Processes.Edit. /// </remarks> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='key'> /// </param> /// <param name='expand'> /// Indicates the related entities to be represented inline. The maximum depth /// is 2. /// </param> /// <param name='select'> /// Limits the properties returned in the result. /// </param> /// <param name='xUIPATHOrganizationUnitId'> /// Folder/OrganizationUnit Id /// </param> public static ODataValueOfInt64 RollbackToPreviousReleaseVersionById(this IReleases operations, long key, string expand = default(string), string select = default(string), long?xUIPATHOrganizationUnitId = default(long?)) { return(operations.RollbackToPreviousReleaseVersionByIdAsync(key, expand, select, xUIPATHOrganizationUnitId).GetAwaiter().GetResult()); }