Click or drag to resize

crawlJobPluginaceOperation_addSampleFile Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbWEM.Core.consolePlugin.crawlJobPlugin.aceOperation_addSampleFile(System.String,System.Boolean,System.String,System.Boolean,System.Int32,System.Int32,System.Boolean)"]

Namespace:  imbWEM.Core.consolePlugin
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
[DisplayAttribute(GroupName = "add", Name = "SampleFile", ShortName = "", 
	Description = "Imports sample from text file")]
[aceMenuItemAttribute(aceMenuItemAttributeRole.ExpandedHelp, "Loads the file and adds domain urls from it into context's sample list")]
public void aceOperation_addSampleFile(
	string path = "*",
	bool inWorkspace = true,
	string sampleName = "",
	bool replace = false,
	int skip = 0,
	int limit = -1,
	bool debug = true
)

Parameters

path (Optional)
Type: SystemString

[Missing <param name="path"/> documentation for "M:imbWEM.Core.consolePlugin.crawlJobPlugin.aceOperation_addSampleFile(System.String,System.Boolean,System.String,System.Boolean,System.Int32,System.Int32,System.Boolean)"]

inWorkspace (Optional)
Type: SystemBoolean

[Missing <param name="inWorkspace"/> documentation for "M:imbWEM.Core.consolePlugin.crawlJobPlugin.aceOperation_addSampleFile(System.String,System.Boolean,System.String,System.Boolean,System.Int32,System.Int32,System.Boolean)"]

sampleName (Optional)
Type: SystemString

[Missing <param name="sampleName"/> documentation for "M:imbWEM.Core.consolePlugin.crawlJobPlugin.aceOperation_addSampleFile(System.String,System.Boolean,System.String,System.Boolean,System.Int32,System.Int32,System.Boolean)"]

replace (Optional)
Type: SystemBoolean

[Missing <param name="replace"/> documentation for "M:imbWEM.Core.consolePlugin.crawlJobPlugin.aceOperation_addSampleFile(System.String,System.Boolean,System.String,System.Boolean,System.Int32,System.Int32,System.Boolean)"]

skip (Optional)
Type: SystemInt32

[Missing <param name="skip"/> documentation for "M:imbWEM.Core.consolePlugin.crawlJobPlugin.aceOperation_addSampleFile(System.String,System.Boolean,System.String,System.Boolean,System.Int32,System.Int32,System.Boolean)"]

limit (Optional)
Type: SystemInt32

[Missing <param name="limit"/> documentation for "M:imbWEM.Core.consolePlugin.crawlJobPlugin.aceOperation_addSampleFile(System.String,System.Boolean,System.String,System.Boolean,System.Int32,System.Int32,System.Boolean)"]

debug (Optional)
Type: SystemBoolean

[Missing <param name="debug"/> documentation for "M:imbWEM.Core.consolePlugin.crawlJobPlugin.aceOperation_addSampleFile(System.String,System.Boolean,System.String,System.Boolean,System.Int32,System.Int32,System.Boolean)"]

See Also