Class ClientInfo
Represents the information about SkyDrive application.
Inheritance
System.Object
ClientInfo
Namespace: FastReport.Cloud.StorageClient.SkyDrive
Assembly: FastReport.dll
Syntax
public class ClientInfo
Constructors
ClientInfo(String, String, String)
Initializes a new instance of the ClientInfo class.
Declaration
public ClientInfo(string name, string id, string secret)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The client name. |
System.String | id | The client ID. |
System.String | secret | The client secret. |
Properties
Id
Gets or sets the client ID.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the client name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Secret
Gets or sets the client secret.
Declaration
public string Secret { get; set; }
Property Value
Type | Description |
---|---|
System.String |