Path Element
Specifies a path that overwrites the default archive path that is set in the server configuration.
<Path useEventIdOnPath="true|false">
"path"
</Path>
Attributes
Attribute |
Description |
---|---|
useEventIdOnPath |
Optional. true to use the event ID on the path instead of the auto-generated timestamp value; otherwise, false. The default value is false. |
Child Elements
None.
Parent Element
Example
<Archive enabled="true">
<Path useEventIdOnPath="false">%systemdrive%\inetpub\media\archives</Path>
</Archive>