Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class MsgFile

    Inheritance
    object
    MsgFile
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Entity
    Assembly: SecureExchangesSDK.dll
    Syntax
    public class MsgFile

    Properties

    Extension

    Declaration
    public string Extension { get; set; }
    Property Value
    Type Description
    string

    IsImage

    Declaration
    public bool IsImage { get; set; }
    Property Value
    Type Description
    bool

    RealFileName

    Declaration
    public string RealFileName { get; set; }
    Property Value
    Type Description
    string

    UniqueName

    Declaration
    public Guid UniqueName { get; set; }
    Property Value
    Type Description
    Guid

    UniqueVersionKey

    Declaration
    public Guid UniqueVersionKey { get; set; }
    Property Value
    Type Description
    Guid

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation