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