Table of Contents

Interface IFormFilesDictionary

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.Photons.Abstractions.dll
public interface IFormFilesDictionary : IDictionary<string, IFormFile?>, ICollection<KeyValuePair<string, IFormFile?>>, IEnumerable<KeyValuePair<string, IFormFile?>>, IEnumerable
Inherited Members