Click or drag to resize

webSiteSimpleSampleAdd Method (webSiteSimpleSample, Int32, Int32)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Adds any new domains from the source

Namespace:  imbWEM.Core.console
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public int Add(
	webSiteSimpleSample source,
	int start = 0,
	int take = -1
)

Parameters

source
Type: imbWEM.Core.consolewebSiteSimpleSample
The source.
start (Optional)
Type: SystemInt32

[Missing <param name="start"/> documentation for "M:imbWEM.Core.console.webSiteSimpleSample.Add(imbWEM.Core.console.webSiteSimpleSample,System.Int32,System.Int32)"]

take (Optional)
Type: SystemInt32

[Missing <param name="take"/> documentation for "M:imbWEM.Core.console.webSiteSimpleSample.Add(imbWEM.Core.console.webSiteSimpleSample,System.Int32,System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:imbWEM.Core.console.webSiteSimpleSample.Add(imbWEM.Core.console.webSiteSimpleSample,System.Int32,System.Int32)"]

See Also