Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class MimeHelper

    Inheritance
    object
    MimeHelper
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Helpers
    Assembly: SecureExchangesSDK.dll
    Syntax
    public static class MimeHelper

    Fields

    MIMETypesDictionary

    Declaration
    public static readonly Dictionary<string, string> MIMETypesDictionary
    Field Value
    Type Description
    Dictionary<string, string>

    Methods

    GetMIMEType(string)

    Declaration
    public static string GetMIMEType(string fileName)
    Parameters
    Type Name Description
    string fileName
    Returns
    Type Description
    string

    IsSecfFile(string)

    Check if given file is a secf file

    Declaration
    public static bool IsSecfFile(string fileName)
    Parameters
    Type Name Description
    string fileName
    Returns
    Type Description
    bool

    IsSeeFile(string)

    Check if a given file is a see file

    Declaration
    public static bool IsSeeFile(string fileName)
    Parameters
    Type Name Description
    string fileName
    Returns
    Type Description
    bool

    IsValidExtension(string)

    Declaration
    public static bool IsValidExtension(string extension)
    Parameters
    Type Name Description
    string extension
    Returns
    Type Description
    bool
    In this article
    Back to top Secure Exchanges Inc. - Documentation