Class InputFile
Describes a single file to be rendered in a bulk-rendering operation.
Inheritance
System.Object
InputFile
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ZptSharp.BulkRendering
Assembly: ZptSharp.dll
Syntax
public class InputFile
Constructors
| Improve this Doc View SourceInputFile(String, String)
Initializes a new instance of InputFile.
Declaration
public InputFile(string absolutePath, string relativePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | absolutePath | The absolute path. |
System.String | relativePath | The relative path. |
Properties
| Improve this Doc View SourceAbsolutePath
Gets the absolute path to the input file.
Declaration
public string AbsolutePath { get; }
Property Value
Type | Description |
---|---|
System.String | The absolute path. |
RelativePath
Gets a path to the input file, relative to the 'root' directory for the operation.
Declaration
public string RelativePath { get; }
Property Value
Type | Description |
---|---|
System.String | The relative path. |