Show / Hide Table of Contents

Class CreateReplicationRequest

Request replication of an item set

Inheritance
object
CreateReplicationRequest
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 CreateReplicationRequest

Properties

RequesterEmail

The email address of the requester.

Declaration
public string RequesterEmail { get; set; }
Property Value
Type Description
string

RootItem

The root of the set to replicate.

Declaration
public IdentifierInRequest RootItem { get; set; }
Property Value
Type Description
IdentifierInRequest

TargetRepositoryId

The target repository id

Declaration
public string TargetRepositoryId { get; set; }
Property Value
Type Description
string

Extension Methods

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