<< Click to Display Table of Contents >> NShape Reference
|
Loads all model objects of the given template into the given store cache.
public abstract void LoadTemplateModelObjects(IStoreCache cache, object templateId) |
Loads all model objects of the given template into the given store cache.
If the template's model objects have already been loaded, this method does nothing.
Name |
Description |
---|---|
cache |
Store cache associated with this store. |
templateId |
Id of the template. |
Name |
Description |
---|---|
ArgumentNullException |
The given IStoreCache is null. |
ArgumentNullException |
The given templateId is null. |