WorkflowTheme.ContainingFileDirectory Property

Definition

Gets the directory part of the FilePath.

public:
 property System::String ^ ContainingFileDirectory { System::String ^ get(); };
public string ContainingFileDirectory { get; }
member this.ContainingFileDirectory : string
Public ReadOnly Property ContainingFileDirectory As String

Property Value

The directory part of the FilePath.

Remarks

Use ContainingFileDirectory to get the directory part of the FilePath.

Applies to