URLObj

Description

Describes a URL object contained within a URL field in the UpdateURLField call. The URLObj type parameters are listed below.

Parameters

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.

Usage

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.

XML

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>