Struct FileManagement.FileInfo
Inherited Members
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 |