Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Arguments → URLObj
Describes a URL object contained within a URL field in the UpdateURLField call. The URLObj type parameters are listed below.
Name | Type | Description |
---|---|---|
FieldObj | FieldObj | Holds complete identification information for a File or URL field and the action to be performed. |
contents | string | Holds the full URL value. |
The urlObject argument in the UpdateURLField call uses the URLObj type, which includes the FieldObj type and the contents parameter to add, update, or delete a URL value in a URL field. See UpdateURLField.
The following XML snippet shows the URLObj type in the urlObject argument of an UpdateURLField call.
<urn:urlObject> <urn:id></urn:id> <urn:uuid></urn:uuid> <urn:name></urn:name> <urn:action>1</urn:action> <urn:contents>http://www.acme.com</urn:contents> </urn:fileObject>
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.