Search Results for

    Show / Hide Table of Contents

    Class BoxStorageClient

    Box cloud storage client.

    Inheritance
    System.Object
    CloudStorageClient
    BoxStorageClient
    Inherited Members
    CloudStorageClient.Filename
    CloudStorageClient.IsUserAuthorized
    CloudStorageClient.ProxySettings
    CloudStorageClient.PrepareToSave(Report, ExportBase)
    CloudStorageClient.CreateMemoryStream(Stream)
    CloudStorageClient.SaveReport(Report, ExportBase)
    CloudStorageClient.SaveStream(Stream, String)
    Namespace: FastReport.Cloud.StorageClient.Box
    Assembly: FastReport.dll
    Syntax
    public class BoxStorageClient : CloudStorageClient

    Constructors

    BoxStorageClient()

    Initializes a new instance of the BoxStorageClient class.

    Declaration
    public BoxStorageClient()

    BoxStorageClient(ClientInfo)

    Initializes a new instance of the BoxStorageClient class.

    Declaration
    public BoxStorageClient(ClientInfo clientInfo)
    Parameters
    Type Name Description
    ClientInfo clientInfo

    The storage client info.

    BoxStorageClient(String, String)

    Initializes a new instance of the BoxStorageClient class.

    Declaration
    public BoxStorageClient(string clientId, string clientSecret)
    Parameters
    Type Name Description
    System.String clientId

    Client ID.

    System.String clientSecret

    Client Secret.

    Properties

    AccessToken

    Gets or sets the access token.

    Declaration
    public string AccessToken { get; set; }
    Property Value
    Type Description
    System.String

    AuthCode

    Gets or sets the authorization code.

    Declaration
    public string AuthCode { get; set; }
    Property Value
    Type Description
    System.String

    ClientInfo

    Gets or sets the client info.

    Declaration
    public ClientInfo ClientInfo { get; set; }
    Property Value
    Type Description
    ClientInfo

    Methods

    GetAccessToken()

    Gets the access token.

    Declaration
    public string GetAccessToken()
    Returns
    Type Description
    System.String

    The access token string.

    GetAuthorizationUrl()

    Gets the authorization URL.

    Declaration
    public string GetAuthorizationUrl()
    Returns
    Type Description
    System.String

    The authorization URL stirng.

    SaveMemoryStream(MemoryStream)

    Saves a memory stream to cloud.

    Declaration
    protected override void SaveMemoryStream(MemoryStream ms)
    Parameters
    Type Name Description
    System.IO.MemoryStream ms

    The memory stream that should be saved.

    Overrides
    CloudStorageClient.SaveMemoryStream(MemoryStream)
    Back to top © 1998-2025 Copyright Fast Reports Inc.