PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class Action
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class Action

The type exposes the following properties.

Public Properties

  Name Description
Public property ActionType
Gets the action type.
Public property ContentTypeCode
Gets the contenttype code for which this action applies.
Public property FieldName
Gets the fieldname.
Public property Name
Gets the name of the action.
Public property NamespaceDeclarations
Contains the namespace declarations (if any).
Public property Parameters
Contains the additional attributes from the configuration xml.
Public property TypeName
Gets the typename of the object implementing this action.
Public property Value
Gets the value.
Public property Xml
The xml definition of this action.

See Also

Advanced