Table of Contents

Class ResourceFile

Namespace
AntRunnerLib
Assembly
AntRunnerLib.dll

Base64 file content for use by the assistant or thread

public class ResourceFile
Inheritance
System.Object
ResourceFile
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()

Properties

Base64Content

The file content as Base64 string

public string Base64Content { get; set; }

Property Value

System.String

Name

File name

public string Name { get; set; }

Property Value

System.String

ResourceType

Specifies the file's purpose

public ResourceType ResourceType { get; set; }

Property Value

ResourceType