Share via


FileSystemObjectBasicInfo Class

Definition

A base class for file system objects.

public ref class FileSystemObjectBasicInfo abstract
[Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.Type(CanConvertFrom=new System.Type[] { typeof(System.String) })]
public abstract class FileSystemObjectBasicInfo
[<Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.Type(CanConvertFrom=new System.Type[] { typeof(System.String) })>]
type FileSystemObjectBasicInfo = class
Public MustInherit Class FileSystemObjectBasicInfo
Inheritance
FileSystemObjectBasicInfo
Derived
Attributes

Constructors

FileSystemObjectBasicInfo()

Properties

FullName

Gets or sets the file system object's full name.

LastModified

Gets or sets the date the file system object was last modified.

Name

Gets the file system object's name.

Operators

Implicit(FileSystemObjectBasicInfo to String)

Implicit operator for FileSystemObjectBasicInfo.

Applies to