Method | Description | |
---|---|---|
Retrieve_Template ( string Template_Code, |
Retrieves the template ( for online submission and editing ) from the cache or caching server
|
|
Store_Template ( string Template_Code, |
Stores the template ( for online submission and editing ) to the cache or caching server
|
public static Retrieve_Template ( string Template_Code, |
||
Template_Code | string | Code which specifies the template to retrieve |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return |
public static Store_Template ( string Template_Code, |
||
Template_Code | string | Code for the template to store |
StoreObject | CompleteTemplate object for online submissions and editing to store | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |