Show / Hide Table of Contents

Class UpdateStateRequest

Updates the Deprecated State of a set of items

Inheritance
object
UpdateStateRequest
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Colectica.Repository.Api.Requests.V1
Assembly: Algenta.Colectica.Model.dll
Syntax
public class UpdateStateRequest

Properties

ApplyToAllVersions

Apply the state to all versions of the items

Declaration
public bool ApplyToAllVersions { get; set; }
Property Value
Type Description
bool

Ids

Set of identifiers to update

Declaration
[Required]
public Collection<IdentifierInRequest> Ids { get; set; }
Property Value
Type Description
Collection<IdentifierInRequest>

State

The deprecation state to set

Declaration
[Required]
public bool State { get; set; }
Property Value
Type Description
bool

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX