ClearNonPersistedUserGlobals

Remove all non-persisted global user variables

Signature

public void ClearNonPersistedUserGlobals()

Parameters

No parameters.

Return Type

void

Example

using System;
public class CPHInline
{
    public bool Execute()
    {
        CPH.ClearNonPersistedUserGlobals(); 
        return true;
    }
}