Show / Hide Table of Contents

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 Source

InputFile(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 Source

AbsolutePath

Gets the absolute path to the input file.

Declaration
public string AbsolutePath { get; }
Property Value
Type Description
System.String

The absolute path.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX