'Declaration Public Overloads Function ExecuteContentAction( _
ByVal actionThe action, which must be executed.As DocumentContentEditorToolAction, _
ByVal argumentThe action argument (text to add).As System.Object _
) As Boolean
public bool ExecuteContentAction(
DocumentContentEditorToolAction action,
System.Object argument
)
public: bool ExecuteContentAction(
DocumentContentEditorToolAction action,
System.Object argument
)
public:
bool ExecuteContentAction(
DocumentContentEditorToolAction action,
System.Object argument
)
Parameters
- action
- The action, which must be executed.
- argument
- The action argument (text to add).
Return Value
True if specified action is executed successfully; otherwise, false.