Table of Contents

Class SageCrmBlock

Namespace
Sage.CRM.Blocks
Assembly
SageCRMNet.dll

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 string

Block Name.

Properties

DisplayForm

Enable/Disable automatic adding forms. The Default is true.

public bool DisplayForm { get; set; }

Property Value

bool

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 string

Depends on the type of block.

Returns

string

HTML string.

~SageCrmBlock()

Destructor

protected ~SageCrmBlock()