Annotation 2.5 CreateReply
Create a new reply.
Parameters
| Name | Type | Direction | Description |
|---|---|---|---|
| psAuthContext | String | InOut | Deprecated proprietary authentication context only used by .ASMX web services based on internal username/password authentication. Claims based security standards drive all the WCF .SVC web services, making this parameter redundant. |
| psAnnotationId | String | In | The unique identifier of the annotation |
| psXMLMetadata | String | In | Metadata XML structure with the metadata for the annotation |
| plOutReplyRef | Long | Out | The unique numeric identifier of the newly created reply |
Requirements are:
- The user must have read access to the annotation on which you make the reply.
Note that:
- All logical identifiers within Content Manager are in uppercase.
- It is not possible to create annotations using this method. Use the specific
Createmethod to handle them.