Class BatchAppendKeywordValues
Contract for batch append of keywords to multiple documents.
Inheritance
System.Object
BatchAppendKeywordValues
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
[Moose]
public class BatchAppendKeywordValues
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 |
---|---|
System.Collections.Generic.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
[Starfish]
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 |
---|---|
System.Collections.Generic.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.