NShape Reference
Store.LoadDiagrams Method

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape.Advanced > Store Class >

NShape Reference
Store.LoadDiagrams Method

Previous pageReturn to chapter overviewNext page

Loads all diagrams of the project into the given store cache.

Syntax

public abstract void LoadChildModelObjects(IStoreCache cache, object projectId)

Description

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.

Parameters

Name

Description

cache

Store cache associated with this store.

projectId

Id of the project.

Exceptions

Name

Description

ArgumentNullException

The given IStoreCache is null.

ArgumentNullException

The given projectId is null.