Class SubscriptionFolder
Inheritance
System.Object
SubscriptionFolder
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class SubscriptionFolder : System.ComponentModel.INotifyPropertyChanged
Properties
BytesUsed
Declaration
public long BytesUsed { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
FolderId
Declaration
public string FolderId { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
RaisePropertyChanged(String)
Declaration
protected virtual void RaisePropertyChanged(string propertyName = null)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Events
PropertyChanged
Declaration
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|