NShape Reference
Store.LoadTemplates Method

<< Click to Display Table of Contents >>

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

NShape Reference
Store.LoadTemplates Method

Previous pageReturn to chapter overviewNext page

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

Syntax

public abstract void LoadTemplates(IStoreCache cache, object parentModelObjectId)

Description

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

Parameters

Name

Description

cache

Store cache associated with this store.

parentModelObjectId

Id of the parent model object.

Exceptions

Name

Description

ArgumentNullException

Parameter cache is null.

ArgumentNullException

Parameter parentModelObjectId is null.