<< Click to Display Table of Contents >> NShape Reference
|
Loads all diagrams of the project into the given store cache.
public abstract void LoadChildModelObjects(IStoreCache cache, object projectId) |
Loads all diagrams of the project into the given store cache.
If the store supports partial loading, the shapes shapes of the diagrams are not loaded.
Name |
Description |
---|---|
cache |
Store cache associated with this store. |
projectId |
Id of the project. |
Name |
Description |
---|---|
ArgumentNullException |
The given IStoreCache is null. |
ArgumentNullException |
The given projectId is null. |