Click or drag to resize

contentPageRegistryGet 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.Get(System.String,System.Boolean)"]

Namespace:  imbNLP.Core.contentStructure.collections
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
public IContentPage Get(
	string key,
	bool autocreate
)

Parameters

key
Type: SystemString

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

autocreate
Type: SystemBoolean

[Missing <param name="autocreate"/> documentation for "M:imbNLP.Core.contentStructure.collections.contentPageRegistry.Get(System.String,System.Boolean)"]

Return Value

Type: IContentPage

[Missing <returns> documentation for "M:imbNLP.Core.contentStructure.collections.contentPageRegistry.Get(System.String,System.Boolean)"]

See Also