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