Class TaskFileInfo
Represents the necessary information to create a TaskFile for inclusion in a manual task, consisting of a project file ID and a boolean that indicates whether the file should be included in the task as a read-only file. See CreateManualTask(String, String, DateTime, Guid[]).
Inheritance
System.Object
TaskFileInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
public class TaskFileInfo
Constructors
TaskFileInfo()
Declaration
public TaskFileInfo()
Properties
ProjectFileId
Gets or sets the ID of the project file.
Declaration
public Guid ProjectFileId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ReadOnly
Gets or sets whether to include this file as a read-only file. When set to
true
, this means the user will not be able to change the file.
Declaration
public bool ReadOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |