Class BatchAppendKeywordValues
Contract for batch append of keywords to multiple documents.
Inheritance
System.Object
BatchAppendKeywordValues
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class BatchAppendKeywordValues : object
Constructors
BatchAppendKeywordValues()
Creates a new instance of this class
Declaration
public BatchAppendKeywordValues()
Properties
BreakOnError
If this attribute is set to
Declaration
public bool BreakOnError { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DocId
The ids of the documents to be updated.
Declaration
public List<int> DocId { get; set; }
Property Value
Type | Description |
---|---|
List<System.Int32> |
FieldName
Contains the internal name of the field.
Declaration
public string FieldName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ForceUpdate
If this flag is true then the document will be treated as changed, no matter if there are any index fields changes.
Declaration
public bool ForceUpdate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Keyword
The keywords to be appended.
Declaration
public List<string> Keyword { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
StoreDialogId
The id of the dialog to be used to update fields which are hidden inside the store dialog.
Declaration
public string StoreDialogId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Ignore this field if the update is not triggered by a dialog.