NShape Reference
Store.LoadChildShapes Method

<< Click to Display Table of Contents >>

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

NShape Reference
Store.LoadChildShapes Method

Previous pageReturn to chapter overviewNext page

Loads all child shapes of the shape with the given Id into the given store cache.

Syntax

public abstract void LoadChildShapes(IStoreCache cache, object parentShapeId)

Description

Loads all child shapes of the shape with the given Id into the given store cache.

Parameters

Name

Description

cache

Store cache associated with this store.

parentShapeId

Id of the parent shape.

Exceptions

Name

Description

ArgumentNullException

The given IStoreCache is null.

ArgumentNullException

The given parentShapeId is null.