Click or drag to resize

SimplePartitionActionArgs Class

Base class for arguments that require a partition Guid. Some methods only need these arguments with no additional parameters
Inheritance Hierarchy

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

The SimplePartitionActionArgs type exposes the following members.

Properties
  NameDescription
Public propertyPartitionGuid
the Guid of the partition that should be used. Leave this parameter empty when using a partition action that affects multiple partitions
Top
See Also