Click or drag to resize

CacheServiceHelperGetDataSetSignature Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "M:imbNLP.Toolkit.Core.CacheServiceHelper.GetDataSetSignature(System.Collections.Generic.List{imbNLP.Toolkit.Documents.WebSiteDocumentsSet})"]

Namespace:  imbNLP.Toolkit.Core
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public static string GetDataSetSignature(
	this List<WebSiteDocumentsSet> dataset
)

Parameters

dataset
Type: System.Collections.GenericListWebSiteDocumentsSet

[Missing <param name="dataset"/> documentation for "M:imbNLP.Toolkit.Core.CacheServiceHelper.GetDataSetSignature(System.Collections.Generic.List{imbNLP.Toolkit.Documents.WebSiteDocumentsSet})"]

Return Value

Type: String

[Missing <returns> documentation for "M:imbNLP.Toolkit.Core.CacheServiceHelper.GetDataSetSignature(System.Collections.Generic.List{imbNLP.Toolkit.Documents.WebSiteDocumentsSet})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ListWebSiteDocumentsSet. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also