public sealed class PickedAsset
The data represented as bytes.
Type: byte
byte
public byte[] Data { get; }
The file name.
Type: string
string
public string Name { get; }
On This Page