NShape Reference
Store.LoadDesigns Method

<< Click to Display Table of Contents >>

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

NShape Reference
Store.LoadDesigns Method

Previous pageReturn to chapter overviewNext page

Loads general designs or the project design.

Syntax

public abstract void LoadDesigns(IStoreCache cache, object projectId)

Description

Loads general designs or the project design.

Loading general designs is not supported in the current version.

Parameters

Name

Description

cache

Store cache associated with this store.

projectId

Id of the current project.

Exceptions

Name

Description

ArgumentNullException

The given IStoreCache is null.

ArgumentNullException

The given projectId is null.