Click or drag to resize

contentPageRegistryAdd Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:imbNLP.Core.contentStructure.collections.contentPageRegistry.Add(System.String,imbNLP.Core.contentStructure.interafaces.IContentPage)"]

Namespace:  imbNLP.Core.contentStructure.collections
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
public void Add(
	string key,
	IContentPage item
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:imbNLP.Core.contentStructure.collections.contentPageRegistry.Add(System.String,imbNLP.Core.contentStructure.interafaces.IContentPage)"]

item
Type: imbNLP.Core.contentStructure.interafacesIContentPage

[Missing <param name="item"/> documentation for "M:imbNLP.Core.contentStructure.collections.contentPageRegistry.Add(System.String,imbNLP.Core.contentStructure.interafaces.IContentPage)"]

See Also