UnclaimPartitionArgs Class
Argument class for unclaiming partition(s)
Definition
Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public class UnclaimPartitionArgs : SimplePartitionActionArgs- Inheritance
- Object ComplexApiCallArgs SimplePartitionActionArgs UnclaimPartitionArgs
Constructors
| UnclaimPartitionArgs | Initializes a new instance of the UnclaimPartitionArgs class |
Properties
| CommitMessage | A custom message that should be used when commiting/submitting the partition's data to the repository/depot |
| KeepClaim | Set this member to true to only publish the changes but keep the claim |
| LogSourceName |
The "source" name that should be used when the action that receives the arguments wants to report
Progress or other logging output. You will encounter this name as "aMessageSource" within you logging callback
(Inherited from ComplexApiCallArgs) |
| PartitionGuid |
the Guid of the partition that should be used.
Leave this parameter empty when using a partition action that
affects multiple partitions
(Inherited from SimplePartitionActionArgs) |
Methods
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
Extension Methods
| TraceError | (Defined by TraceHelper) |
| TraceInfo | (Defined by TraceHelper) |
| TraceWarning | (Defined by TraceHelper) |