getsystemfileResult Structure Definition

The getsystemfileResult structure defines the return type for getsystemfile API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

systemfileList

List of systemfiles


systemfile Structure Definition

The systemfile structure defines the actual return type values for getsystemfile API.

Syntax



Members

filename

Name of the file.

filelocation

location of the file on Citrix ADC.

filecontent

file content in Base64 format.

fileencoding

encoding type of the file content.

fileaccesstime

Last access time of the file.

filemodifiedtime

last modified time of the file.

filemode

file mode

filesize

Size of the file in BYTES.

_nextgenapiresource


See Also