Class GetFileInfo
Analyse a G-code file and return an instance of GCodeFileInfo when ready
Inherited Members
Namespace: DuetAPI.Commands
Assembly: DuetAPI.dll
Syntax
[RequiredPermissions(SbcPermissions.CommandExecution|SbcPermissions.ReadGCodes|SbcPermissions.FileSystemAccess)]
public class GetFileInfo : Command<GCodeFileInfo>
Properties
FileName
The filename to extract information from
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
string |
ReadThumbnailContent
Whether thumbnail content shall be returned
Declaration
public bool ReadThumbnailContent { get; set; }
Property Value
Type | Description |
---|---|
bool |