Search Results for

    Show / Hide Table of Contents

    Class ByteArrayFileContent

    Represents the content of a file using an array of bytes.

    Inheritance
    Object
    ByteArrayFileContent
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: SimpleResults
    Assembly: SimpleResults.dll
    Syntax
    public class ByteArrayFileContent

    Constructors

    Name Description
    ByteArrayFileContent(Byte[])

    Initializes a new instance of the ByteArrayFileContent class with the provided content.

    Properties

    Name Description
    Content

    Gets the bytes that represent the file contents.

    ContentType

    Gets or sets the content type. Its default value is an empty string.

    FileName

    Gets or sets the file name. Its default value is an empty string.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright ©2023 SimpleResults