Click or drag to resize

UnclaimPartitionArgs Class

Argument class for unclaiming partition(s)
Inheritance Hierarchy

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public class UnclaimPartitionArgs : SimplePartitionActionArgs

The UnclaimPartitionArgs type exposes the following members.

Properties
  NameDescription
Public propertyCommitMessage
A custom message that should be used when commiting/submitting the partition's data to the repository/depot
Public propertyKeepClaim
Set this member to true to only publish the changes but keep the claim
Top
See Also