Search Results for

    Show / Hide Table of Contents

    Method File

    | Improve this Doc View Source

    File(ByteArrayFileContent)

    Represents a situation in which the service returns the contents of a file as an array of bytes.

    Declaration
    public static Result<ByteArrayFileContent> File(ByteArrayFileContent fileContent)
    Parameters
    Type Name Description
    ByteArrayFileContent fileContent

    The contents of a file.

    Returns
    Type Description
    Result<ByteArrayFileContent>
    | Improve this Doc View Source

    File(StreamFileContent)

    Represents a situation in which the service returns the contents of a file as a stream.

    Declaration
    public static Result<StreamFileContent> File(StreamFileContent fileContent)
    Parameters
    Type Name Description
    StreamFileContent fileContent

    The contents of a file.

    Returns
    Type Description
    Result<StreamFileContent>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright ©2023 SimpleResults