Class SageCrmBlock
SageCrmBlock - Base representation of one CRM Block, this class can be used to get any Metadata block.
- Inheritance
-
Sage
Crm Block
- Derived
- Inherited Members
Constructors
SageCrmBlock(string)
Initializes a new instance of SageCrmBlock.
Parameters
blockName
stringBlock Name.
Properties
DisplayForm
Enable/Disable automatic adding forms. The Default is true.
Property Value
Methods
Execute()
Generates the HTML output for the block.
Returns
- string
HTML string.
Execute(string)
Execute the block, passing in an optional argument. Argument depends on the type of the block.
Parameters
Arg
stringDepends on the type of block.
Returns
- string
HTML string.
~SageCrmBlock()
Destructor