RSX Code Reference
    Preparing search index...
    • rsx
    • CloudVersionHistoryResult

    Class CloudVersionHistoryResult

    Information about a requested cloud resource version history.

    Index
    _error: string
    _isDeleteRequired: boolean
    _isFileFound: boolean
    _isVersionFound: boolean
    • get error(): string

      If the operation failed this will be non-empty and contain the error message.

      Returns string

    • get isDeleteRequired(): boolean

      The data does not exist and a delete of any local file is required for security or other reasons.

      Returns boolean

    • get isFileFound(): boolean

      The file history was found on the server, but it may be deleted.

      Returns boolean

    • get isVersionFound(): boolean

      True if the requested version was found.

      Returns boolean