Share via


keepalive XML Element

Topic Last Modified: 2006-06-13

Name

keepalive

Namespace

DAV:

Description

Specifies requirements for the copying/moving of live properties.

Remarks

If a Uniform Resource Identifier (URI) list is included as the value of the keepalive XML element, then the named properties will be "live" after they are copied or moved to the destination resource of a COPY Method or MOVE Method. If the value "*" is given for the keepalive XML element, all live properties on the source resource will be live on the destination. If the requirements specified by the keepalive element cannot be honored, then the method will fail with a 412 (Precondition Failed).

Value

"*" ; #PCDATA value can only be "*"

Element Definition

<!ELEMENT keepalive (#PCDATA | href+)>