WorkflowDesignerLoader.FileName Property

Definition

When overridden in a derived class, gets the file name of the designer to load.

C#
public abstract string FileName { get; }

Property Value

A string that contains the file name of the designer to load.

Examples

The following example shows how to override the FileName property to return the path of the currently loaded workflow file used by the WorkflowDesignerLoader.

C#
public override string FileName
{
    // return path of workflow file
    get
    {
        return this.xomlFile;
    }
}

Applies to

Proizvod Verzije
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1