You are here: Start » FIL.NET » FIS.ControlEdgeModelLimits Method
FIS.ControlEdgeModelLimits Method
Limits the size of the EdgeModel objects created by CreateEdgeModel filter.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ControlEdgeModelLimits ( int? inSoftMemoryLimit, int? inHardMemoryLimit, out bool outHardMemoryLimitViolationStatus )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSoftMemoryLimit | int? | <1, INF> | Maximum number of megabytes an EdgeModel can have. Default value: ftl::NIL. | |
![]() | inHardMemoryLimit | int? | <1, INF> | Maximum number of megabytes an EdgeModel creation function can take. Default value: ftl::NIL. | |
![]() | outHardMemoryLimitViolationStatus | bool | Flag indicating whether the memory limit was violated recently. |