|
|
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# |
|
|---|---|
public class Action
|
|
| Visual Basic (Declaration) |
|
|---|---|
Public Class Action
|
|
The type exposes the following members.
Public Constructors
Public Methods
| Name | Description | |
|---|---|---|
|
|
Equals | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
ToString |
Returns a string representation of this Action.
(Overrides Object..::ToString()()()().) |
Protected Methods
| Name | Description | |
|---|---|---|
|
|
Finalize | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
Public Properties
| Name | Description | |
|---|---|---|
|
|
ActionType |
Gets the action type.
|
|
|
ContentTypeCode |
Gets the contenttype code for which this action applies.
|
|
|
FieldName |
Gets the fieldname.
|
|
|
Name |
Gets the name of the action.
|
|
|
NamespaceDeclarations |
Contains the namespace declarations (if any).
|
|
|
Parameters |
Contains the additional attributes from the configuration xml.
|
|
|
TypeName |
Gets the typename of the object implementing this action.
|
|
|
Value |
Gets the value.
|
|
|
Xml |
The xml definition of this action.
|
See Also
Smartsite.Core.Assets Namespace