SchemaExtensionsPostToDocumentIndexFieldsForDocumentIndexFieldsAsync Method (ServiceConnection, Int32, String, UpdateIndexFieldsInfo)DocuWare Platform .NET API

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
Syntax

C#
public static Task<DeserializedHttpResponse<DocumentIndexFields>> PostToDocumentIndexFieldsForDocumentIndexFieldsAsync(
	this ServiceConnection serviceConnection,
	int id,
	string fileCabinetId,
	UpdateIndexFieldsInfo data
)

Parameters

serviceConnection
Type: DocuWare.Platform.ServerClientServiceConnection
id
Type: SystemInt32
fileCabinetId
Type: SystemString
data
Type: DocuWare.Platform.ServerClientUpdateIndexFieldsInfo

Return Value

Type: TaskDeserializedHttpResponseDocumentIndexFields

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ServiceConnection. 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

Reference