DocsOnDemandDataItem Constructor |
Constructor
Namespace:
Kratos_3.Network
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic DocsOnDemandDataItem(
string id,
string indexingColumnName
)
Public Sub New (
id As String,
indexingColumnName As String
)
public:
DocsOnDemandDataItem(
String^ id,
String^ indexingColumnName
)
new :
id : string *
indexingColumnName : string -> DocsOnDemandDataItem
Parameters
- id
- Type: SystemString
Value by which this item will be indexed - indexingColumnName
- Type: SystemString
Name of column that the Id parameter belongs to
See Also