<< Click to Display Table of Contents >> NShape Reference
|
Loads general designs or the project design.
public abstract void LoadDesigns(IStoreCache cache, object projectId) |
Loads general designs or the project design.
Loading general designs is not supported in the current version.
Name |
Description |
---|---|
cache |
Store cache associated with this store. |
projectId |
Id of the current project. |
Name |
Description |
---|---|
ArgumentNullException |
The given IStoreCache is null. |
ArgumentNullException |
The given projectId is null. |