Search Results for

    Show / Hide Table of Contents

    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
    object
    TaskFileInfo
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    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
    bool
    In this article
    • Constructors
      • TaskFileInfo()
    • Properties
      • ProjectFileId
      • ReadOnly
    Back to top Generated by DocFX