SchemaExtensionsPostToAnnotationForAnnotationAsync Method (ServiceConnection, String, String, Int32, AnnotationsPlacement)DocuWare Platform .NET API

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

C#
[DolphinAttribute]
public static Task<DeserializedHttpResponse<Annotation>> PostToAnnotationForAnnotationAsync(
	this ServiceConnection serviceConnection,
	string id,
	string fileCabinetId,
	int page,
	AnnotationsPlacement data
)

Parameters

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

Return Value

Type: TaskDeserializedHttpResponseAnnotation

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