Share via


FolderObject Constructors

Definition

Overloads

FolderObject()

Initializes a new instance of the FolderObject class.

FolderObject(String)

Initializes a new instance of the FolderObject class.

FolderObject()

Initializes a new instance of the FolderObject class.

public:
 FolderObject();
public FolderObject ();
Public Sub New ()

Applies to

FolderObject(String)

Initializes a new instance of the FolderObject class.

public:
 FolderObject(System::String ^ path);
public FolderObject (string path);
new Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FolderObject : string -> Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FolderObject
Public Sub New (path As String)

Parameters

path
String

The folder path.

Applies to