Search Results for

    Show / Hide Table of Contents

    Struct FileManagement.FileInfo

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen.CloudDM
    Assembly: NXOpen.dll
    Syntax
    public struct FileManagement.FileInfo

    Constructors

    FileInfo(string, string, bool)

    Declaration
    public FileInfo(string FilePath, string FileType, bool IsText)
    Parameters
    Type Name Description
    string FilePath
    string FileType
    bool IsText

    Fields

    FilePath

    Declaration
    public string FilePath
    Field Value
    Type Description
    string

    FileType

    Declaration
    public string FileType
    Field Value
    Type Description
    string

    IsText

    Declaration
    public bool IsText
    Field Value
    Type Description
    bool

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX