FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deRuntime..::..archiveInstanceByUpdateDate Method

Archives all instances older than number of days provided

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool archiveInstanceByUpdateDate(
	int olderThanDays
)
Public Function archiveInstanceByUpdateDate ( _
	olderThanDays As Integer _
) As Boolean
public:
bool^ archiveInstanceByUpdateDate(
	int^ olderThanDays
)

Parameters

olderThanDays
Type: Int32
The older than days.

Return Value

System.Boolean.