Click or drag to resize
SchemaExtensionsGetFromDocumentIndexFieldsForDocumentIndexFieldsAsync Method (ServiceConnection, CancellationToken, Int32, String)

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.9
Syntax
C#
public static Task<DeserializedHttpResponse<DocumentIndexFields>> GetFromDocumentIndexFieldsForDocumentIndexFieldsAsync(
	this ServiceConnection serviceConnection,
	CancellationToken cancellationToken,
	int id,
	string fileCabinetId
)

Parameters

serviceConnection
Type: DocuWare.Platform.ServerClientServiceConnection
cancellationToken
Type: System.ThreadingCancellationToken
id
Type: SystemInt32
fileCabinetId
Type: SystemString

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