Show / Hide Table of Contents

Class ImportUsersFromFileInputWithStream

Inheritance
object
ImportUsersFromFileInputWithStream
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public class ImportUsersFromFileInputWithStream

Constructors

ImportUsersFromFileInputWithStream()

Declaration
public ImportUsersFromFileInputWithStream()

Properties

File

Declaration
public IRemoteStreamContent File { get; set; }
Property Value
Type Description
IRemoteStreamContent

FileType

Declaration
[Range(1, 2)]
public ImportUsersFromFileType FileType { get; set; }
Property Value
Type Description
ImportUsersFromFileType
In this article
Back to top Powered by Volosoft