Click or drag to resize

TimePhasedSpreadServiceArguments Properties

The TimePhasedSpreadServiceArguments type exposes the following members.

Properties
  NameDescription
Public propertyInformationFile
The fully qualified XML file name that defines the spread to be returned. Optional. If the file is supplied, the file must be visible from the web service host. If a file is not supplied, the web service will create a temporary file using the value defined in InformationXML.
Public propertyInformationXML
The XML that defines the spread to be returned. Optional. Applicable only when InformationFile is not supplied.
Public propertyOutputFile
The fully qualified XML file name that will be created by this service, containing the requested spread. This file must be visible from the web service host. If the specified file does not exist, it will be created. If the file exists, it will be overwritten. Required.
Public propertyUseStandardDateFormat
Determines whether standard date format (yyyyMMdd) is used for dates in spread's XML input and output. Optional. Default is dates will use the date format from user's setting.
Top
See Also