 | analyticConsoleWorkspacesampleAcceptAndPrepare Method |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI [This is preliminary documentation and is subject to change.]
Samples the accept and prepare -- central sample set operation
Namespace:
imbWEM.Core.console
Assembly:
imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntaxpublic void sampleAcceptAndPrepare(
string filepath = "",
bool fileHasPriority = false,
string group_tags = "",
int limit = 0,
int skip = 0,
indexDomainContentEnum fromDomainIndex = indexDomainContentEnum.none,
indexPageEvaluationEntryState fromPageIndex = indexPageEvaluationEntryState.none,
string samplefilename = ""
)
Parameters
- filepath (Optional)
- Type: SystemString
The filepath. - fileHasPriority (Optional)
- Type: SystemBoolean
if set to true [file has priority]. - group_tags (Optional)
- Type: SystemString
The group tags. - limit (Optional)
- Type: SystemInt32
The limit. - skip (Optional)
- Type: SystemInt32
The skip. - fromDomainIndex (Optional)
- Type: imbWEM.Core.index.coreindexDomainContentEnum
Index of from domain. - fromPageIndex (Optional)
- Type: imbWEM.Core.index.coreindexPageEvaluationEntryState
Index of from page. - samplefilename (Optional)
- Type: SystemString
The samplefilename.
See Also