Click or drag to resize
TaskParameters Class
Class to provide staging task parameters.
Inheritance Hierarchy
SystemObject
  CMS.SynchronizationTaskParameters

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 12.0.0
Syntax
C#
public class TaskParameters

The TaskParameters type exposes the following members.

Constructors
  NameDescription
Public methodTaskParameters
Default constructor.
Public methodTaskParameters(DataTable)
Constructor with ParametersTable initialization.
Top
Properties
  NameDescription
Public propertyParametersTable
Returns task parameter table.
Public propertyRequestStockKey
Returns key for request stock helper caching.
Top
Methods
  NameDescription
Public methodGetParameter
Gets the parameter value with given key.
Public methodSetParameter
Sets the parameter value under specified key for further use.
Top
See Also