Namespace:
FileNet.Api.OnDemand
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Sub AddSection ( _ sectionSize As Integer, _ section As ICmodAbstractSection _ ) |
| C# |
|---|
void AddSection( int sectionSize, ICmodAbstractSection section ) |
| Visual C++ |
|---|
void AddSection( int sectionSize, ICmodAbstractSection^ section ) |
| JavaScript |
|---|
function addSection(sectionSize, section); |
Parameters
- sectionSize
- Type: System..::.Int32
- section
- Type: FileNet.Api.OnDemand..::.ICmodAbstractSection