Struct FileManagement.FileInfo
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CloudDM
Assembly: NXOpen.dll
Syntax
public struct FileInfo
Constructors
FileInfo(String, String, Boolean)
Declaration
public FileInfo(string FilePath, string FileType, bool IsText)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | FilePath | |
| System.String | FileType | |
| System.Boolean | IsText |
Fields
FilePath
Declaration
public string FilePath
Field Value
| Type | Description |
|---|---|
| System.String |
FileType
Declaration
public string FileType
Field Value
| Type | Description |
|---|---|
| System.String |
IsText
Declaration
public bool IsText
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.ValueType.ToString()