<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK</name>
    </assembly>
    <members>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionBase">
            <summary>
                A base class for a module action.
            </summary>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionBase.Execute(Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionContext)">
            <summary>
                Executes an action.
            </summary>
            <param name="context">The action context to execute.</param>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionBase.DynamicInputs">
            <summary>
                Gets the lazy instance of dynamic inputs.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionBase.DynamicOutputs">
            <summary>
                Gets the lazy instance of dynamic outputs.
            </summary>
        </member>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionContext">
            <inheritdoc cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Interfaces.IActionContext" />
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionContext.ActionExecutionId">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionException">
            <summary>
                The exception that is thrown during an action's execution.
            </summary>
            <remarks>Refers to a known exception that should be defined in the action using the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.ThrowsAttribute" />.</remarks>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionException.Name">
            <summary>
                Gets the name of the exception.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionException.RemediationSteps">
            <summary>
                Gets or sets the remediation steps for the exception.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionException.RemediationUrl">
            <summary>
                Gets or sets the remediation url for the exception.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionException.AdditionalInfo">
            <summary>
               Gets or sets additional information about the exception.
            </summary>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionException.#ctor(System.String,System.String,System.Exception)">
            <summary>
                Initializes a new instance of the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionException" /> class.
            </summary>
            <param name="name">The exception name.</param>
            <param name="message">The exception message.</param>
            <param name="innerException">The inner exception.</param>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionException.#ctor(System.String,System.String)">
            <summary>
                Initializes a new instance of the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionException" /> class.
            </summary>
            <param name="name">The exception name.</param>
            <param name="message">The exception message.</param>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionException.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
                Initializes a new instance of the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionException" /> class.
            </summary>
            <param name="name">The exception name.</param>
            <param name="message">The exception message.</param>
            <param name="remediationSteps">The exception remediation steps.</param>
            <param name="remediationUrl">The exception remediation url.</param>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionException.#ctor(System.String,System.String,System.String,System.Exception,System.String)">
            <summary>
                Initializes a new instance of the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionException" /> class.
            </summary>
            <param name="name">The exception name.</param>
            <param name="message">The exception message.</param>
            <param name="remediationSteps">The exception remediation steps.</param>
            <param name="remediationUrl">The exception remediation url.</param>
            <param name="innerException">The inner exception.</param>
        </member>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ActionSelector`1">
            <summary>
                A generic base class for an action selector.
            </summary>
            <typeparam name="T">The action type.</typeparam>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ActionSelector`1.#ctor">
            <summary>
                Initializes a new instance of the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ActionSelector`1" /> class.
            </summary>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ActionSelector`1.Hide``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
            <summary>
                Hide a property.
            </summary>
            <typeparam name="TP">The property type.</typeparam>
            <param name="expression">The property to hide.</param>
            <exception cref="T:System.Exception">The property could not be found or is already hidden.</exception>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ActionSelector`1.Prop``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
            <summary>
                Defines a constraint property.
            </summary>
            <typeparam name="TP">The property type.</typeparam>
            <param name="expression">The constraint property.</param>
            <returns>A <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ConstraintBuilder`1" /> to modify the constraint.</returns>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ActionSelector`1.Show``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
            <summary>
                Shows a property.
            </summary>
            <typeparam name="TP">The property type.</typeparam>
            <param name="expression">The property to show.</param>
            <exception cref="T:System.Exception">The property could not be found or is already visible.</exception>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ActionSelector`1.ShowAll">
            <summary>
                Shows all arguments.
            </summary>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ActionSelector`1.UseName(System.String)">
            <summary>
                Sets the selector name.
            </summary>
            <param name="name">The selector name.</param>
            <remarks>The name must be a valid identifier.</remarks>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ActionSelector`1.WithDescription(System.String)">
            <summary>
                Sets the selector description.
            </summary>
            <param name="description">The selector description.</param>
            <remarks>To make the description localizable add it in the assembly's resources file.</remarks>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ActionSelector`1.WithSummary(System.String)">
            <summary>
                Sets the selector summary.
            </summary>
            <param name="summary">The selector summary.</param>
            <remarks>To make the summary localizable add it in the assembly's resources file.</remarks>
        </member>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ActionSelectorBase">
            <summary>
                A base class for an action selector.
            </summary>
        </member>
        <member name="F:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ActionSelectorBase.ConstraintsInternal">
            <summary>
            The ConstraintsInternal field (generated todo).
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ActionSelectorBase.ActionName">
            <summary>
                Gets the selector name.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ActionSelectorBase.Arguments">
            <summary>
                Gets the selector arguments (constraint arguments are excluded).
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ActionSelectorBase.Constraints">
            <summary>
                Gets the constraint arguments.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ActionSelectorBase.Description">
            <summary>
                Gets the selector description.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ActionSelectorBase.Summary">
            <summary>
                Gets the selector summary.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ActionSelectorBase.VisibleArguments">
            <summary>
                Gets the visible arguments.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ActionSelectorBase.AllArguments">
            <summary>
            Gets or sets the AllArguments value (generated todo).
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ActionSelectorBase.ArgumentsToShow">
            <summary>
            Gets the ArgumentsToShow value (generated todo).
            </summary>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ActionSelectorBase.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ActionSelectorBase"/> class (generated todo).
            </summary>
            <param name="info">The info parameter.</param>
            <param name="context">The context parameter.</param>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ActionSelectorBase.#ctor">
            <summary>
                Initializes a new instance of the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ActionSelectorBase" /> class.
            </summary>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ActionSelectorBase.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ArgumentConstraint">
            <summary>
                Describes a constraint argument.
            </summary>
        </member>
        <member name="F:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ArgumentConstraint.ConstraintType.Invalid">
            <summary>
            Represents the Invalid enum member (generated todo).
            </summary>
        </member>
        <member name="F:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ArgumentConstraint.ConstraintType.Boolean">
            <summary>
            Represents the Boolean enum member (generated todo).
            </summary>
        </member>
        <member name="F:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ArgumentConstraint.ConstraintType.Enum">
            <summary>
            Represents the Enum enum member (generated todo).
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ArgumentConstraint.Value">
            <summary>
                Gets the constraint value.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ArgumentConstraint.Type">
            <summary>
                Gets the constraint type.
            </summary>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ArgumentConstraint.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ArgumentConstraint"/> class (generated todo).
            </summary>
            <param name="info">The info parameter.</param>
            <param name="context">The context parameter.</param>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ArgumentConstraint.#ctor(System.IComparable)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ArgumentConstraint"/> class (generated todo).
            </summary>
            <param name="value">The value parameter.</param>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ArgumentConstraint.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ConstraintBuilder`1">
            <summary>
                A builder for a selector constraint argument.
            </summary>
            <typeparam name="T">The parameter type.</typeparam>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ConstraintBuilder`1.#ctor(System.String,Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ActionSelectorBase)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ConstraintBuilder`1"/> class (generated todo).
            </summary>
            <param name="propertyName">The propertyName parameter.</param>
            <param name="actionSelector">The actionSelector parameter.</param>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionSelectors.ConstraintBuilder`1.ShouldBe(`0)">
            <summary>
                Defines the value the constraint argument must have for this selector.
            </summary>
            <param name="valueConstraint">The constraint value.</param>
        </member>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.ActionAttribute">
            <summary>
                Instructs the Module Loader to load this type as an action with the specified specs.
            </summary>
        </member>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.ActionAttributeBase">
            <summary>
                Instructs the Module Loader to load this type as an action with the specified specs.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.ActionAttributeBase.Category">
            <summary>
                Gets or sets the action's category path.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.ActionAttributeBase.Description">
            <summary>
                Gets or sets the action's description.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.ActionAttributeBase.FriendlyName">
            <summary>
                Gets or sets the action's friendly name.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.ActionAttributeBase.Id">
            <summary>
                Gets or sets the action id.
            </summary>
            <remarks>Must be a valid identifier.</remarks>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.ActionAttributeBase.MoreInfoUrl">
            <summary>
                Gets or sets the action's more info url.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.ActionAttributeBase.Name">
            <summary>
                Gets or sets the action name.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.ActionAttributeBase.Order">
            <summary>
                Gets or sets the action's order.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.ActionAttributeBase.Summary">
            <summary>
                Gets or sets the action's summary.
            </summary>
        </member>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.ArgumentAttribute">
            <summary>
                Instructs the Module Loader to load this property as an action argument with the specified specs.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.ArgumentAttribute.Description">
            <summary>
                Gets or sets the argument's description.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.ArgumentAttribute.FriendlyName">
            <summary>
                Gets or sets the argument's friendly name.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.ArgumentAttribute.Name">
            <summary>
                Gets or sets the argument's name.
            </summary>
            <remarks>Must be a valid identifier.</remarks>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.ArgumentAttribute.Order">
            <summary>
                Gets or sets the argument's order.
            </summary>
        </member>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.ConditionActionAttribute">
            <summary>
                Instructs the Module Loader to load this type as a conditional action (that can be used in a Conditional
                action) with the specified specs.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.ConditionActionAttribute.ResultPropertyName">
            <summary>
                Gets or sets the name of the property that will store the conditional result of the action.
            </summary>
        </member>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.GroupAttribute">
            <summary>
                Instructs the Module Loader to load the argument group with the specified specs.
            </summary>
            <remarks>Should be used with an <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.ActionAttribute" />.</remarks>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.GroupAttribute.Description">
            <summary>
                Gets or sets the group's description.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.GroupAttribute.FriendlyName">
            <summary>
                Gets or sets the group's friendly name.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.GroupAttribute.IsDefault">
            <summary>
                Gets or sets a value indicating whether the group will be the default one
                (i.e. the group the arguments with no defined group will be under).
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.GroupAttribute.Name">
            <summary>
                Gets or sets the group's name.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.GroupAttribute.Order">
            <summary>
                Gets or sets the group's order.
            </summary>
        </member>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.InputArgumentAttribute">
            <summary>
                Instructs the Module Loader to load this property as an input action argument with the specified specs.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.InputArgumentAttribute.Group">
            <summary>
                Gets or sets the name of the group the argument belongs to.
            </summary>
            <remarks>This must match a group specified in a <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.GroupAttribute" />.</remarks>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.InputArgumentAttribute.Multiline">
            <summary>
                Gets or sets a value indicating whether the argument is multiline.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.InputArgumentAttribute.Required">
            <summary>
                Gets or sets a value indicating whether the argument is required.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.InputArgumentAttribute.SuggestedValues">
            <summary>
                Gets or sets the argument's suggested values.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.InputArgumentAttribute.Mutable">
            <summary>
                Gets or sets a value indicating whether the argument is mutable.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.InputArgumentAttribute.AcceptsUNCPath">
            <summary>
            Gets or sets a value indicating whether the input argument can accept UNC Path as value (for security reasons).
            </summary>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.InputArgumentAttribute.#ctor">
            <summary>
                Initializes a new instance of the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.InputArgumentAttribute" /> class.
            </summary>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.InputArgumentAttribute.#ctor(System.Type,System.Boolean,System.Boolean)">
            <summary>
                Initializes a new instance of the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.InputArgumentAttribute" /> class with suggested values.
            </summary>
            <param name="suggestedValuesSourceEnum">The type of the <see cref="T:System.Enum" /> to use for the argument's suggested values.</param>
            <param name="useEnumDescription">
                Whether to use the <see cref="T:System.Enum" /> value's <see cref="T:System.ComponentModel.DescriptionAttribute" /> as
                the suggested value.
            </param>
            <param name="sort">Whether to sort the suggested values.</param>
        </member>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.OutputArgumentAttribute">
            <summary>
                Instructs the Module Loader to load this property as an output action argument with the specified specs.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.OutputArgumentAttribute.DefaultName">
            <summary>
                Gets or sets the default name of the output's variable.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.OutputArgumentAttribute.IgnoredByDefault">
            <summary>
                Gets or sets a value indicating whether the output will be ignored by default.
            </summary>
        </member>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.PropertyAttribute">
            <summary>
                Instructs the Module Loader to load the specified property.
            </summary>
            <remarks>Must be used for a type with a <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.TypeAttribute" />.</remarks>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.PropertyAttribute.Name">
            <summary>
                Gets or sets the name to use for the property.
                If not specified, the property name will be used instead.
            </summary>
        </member>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.PropertyIgnoreAttribute">
            <summary>
                Instructs the Module Loader to ignore the specified property.
            </summary>
            <remarks>Must be used for a type with a <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.TypeAttribute" />.</remarks>
        </member>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.ThrowsAttribute">
            <summary>
                Instructs the Module Loader to load a known action error with the specified specs.
            </summary>
            <remarks>Should be used with an <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.ActionAttribute" />.</remarks>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.ThrowsAttribute.Description">
            <summary>
                Gets or sets the error's description.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.ThrowsAttribute.FriendlyName">
            <summary>
                Gets or sets the error's friendly name.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.ThrowsAttribute.Name">
            <summary>
                Gets or sets the error name.
            </summary>
            <remarks>Must be a valid identifier.</remarks>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.ThrowsAttribute.#ctor(System.String)">
            <summary>
                Initializes a new instance of the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.ThrowsAttribute" /> class with the specified error name.
            </summary>
            <param name="name">The error name.</param>
            <exception cref="T:System.ArgumentException">Thrown in case of null or empty name.</exception>
        </member>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.TypeAttribute">
            <summary>
                Instructs the Module Loader to load the specified type.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.TypeAttribute.CanConvertFrom">
            <summary>
                Gets or sets the types this type can convert from.
            </summary>
            <remarks>
                Types that support explicit and implicit operator conversion are included by default
                and don't need to be specified.
            </remarks>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.TypeAttribute.CanConvertTo">
            <summary>
                Gets or sets the types this type can convert to.
            </summary>
            <remarks>
                Types that support explicit and implicit operator conversion as well as base types are included by default
                and don't need to be specified. <see cref="T:System.String" /> is also included for all types.
            </remarks>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.TypeAttribute.DefaultPropertyVisibility">
            <summary>
                Gets or sets the default visibility for this types properties (if not specified explicitly by each property).
            </summary>
            <remarks>Used to define the properties that will be visible in the variable picker.</remarks>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.TypeAttribute.FriendlyName">
            <summary>
                Gets or sets the type's friendly name.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.TypeAttribute.FriendlyNamePlural">
            <summary>
                Gets or sets the type's plural friendly name.
            </summary>
        </member>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.WaitActionAttribute">
            <summary>
                Instructs the Module Loader to load this type as a conditional action (that can be used in a wait
                action) with the specified specs.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Attributes.WaitActionAttribute.ResultPropertyName">
            <summary>
                Gets or sets the name of the property that will store the conditional result of the action.
            </summary>
        </member>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Converters.CustomObjectJsonConverter">
            <summary>
                Converts a custom object to and from JSON.
            </summary>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Converters.CustomObjectJsonConverter.ReadObject(Newtonsoft.Json.JsonReader)">
            <summary>
            Performs the ReadObject operation (generated todo).
            </summary>
            <param name="reader">The reader parameter.</param>
            <returns>The result of the ReadObject operation.</returns>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Converters.CustomObjectJsonConverter.WriteObject(Newtonsoft.Json.JsonWriter,Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.CustomObject,Newtonsoft.Json.JsonSerializer)">
            <summary>
            Performs the WriteObject operation (generated todo).
            </summary>
            <param name="writer">The writer parameter.</param>
            <param name="value">The value parameter.</param>
            <param name="serializer">The serializer parameter.</param>
        </member>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Converters.ObjectJsonConverterBase`1">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Converters.ObjectJsonConverterBase`1.ReadObject(Newtonsoft.Json.JsonReader)">
            <summary>
            Performs the ReadObject operation (generated todo).
            </summary>
            <param name="reader">The reader parameter.</param>
            <returns>The result of the ReadObject operation.</returns>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Converters.ObjectJsonConverterBase`1.WriteObject(Newtonsoft.Json.JsonWriter,`0,Newtonsoft.Json.JsonSerializer)">
            <summary>
            Performs the WriteObject operation (generated todo).
            </summary>
            <param name="writer">The writer parameter.</param>
            <param name="value">The value parameter.</param>
            <param name="serializer">The serializer parameter.</param>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Converters.ObjectJsonConverterBase`1.CanConvert(System.Type)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Converters.ObjectJsonConverterBase`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Converters.ObjectJsonConverterBase`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Converters.ObjectJsonConverterBase`1.ReadValue(Newtonsoft.Json.JsonReader)">
            <summary>
            Performs the ReadValue operation (generated todo).
            </summary>
            <param name="reader">The reader parameter.</param>
            <returns>The result of the ReadValue operation.</returns>
        </member>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Enums.Visibility">
            <summary>
                Specifies the visibility of a property.
            </summary>
        </member>
        <member name="F:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Enums.Visibility.Visible">
            <summary>
                Visible.
            </summary>
        </member>
        <member name="F:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Enums.Visibility.Hidden">
            <summary>
                Hidden.
            </summary>
        </member>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Interfaces.IActionContext">
            <summary>
                Represents the context to be used during action execution.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Interfaces.IActionContext.ActionExecutionId">
            <summary>
            Gets the unique identifier for this action block's execution scope.
            For while-action blocks, this is stable across all loop iterations.
            </summary>
        </member>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Properties.Resources">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Properties.Resources.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Properties.Resources"/> class (generated todo).
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Properties.Resources.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Properties.Resources.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Properties.Resources.ErrorMessage_ErrorWhileReading">
            <summary>
              Looks up a localized string similar to Unexpected end when reading object.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Properties.Resources.ErrorMessage_NameCannotBeEmpty">
            <summary>
              Looks up a localized string similar to {0} can&apos;t be empty or null.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Properties.Resources.ErrorMessage_PropertyAlreadyHidden">
            <summary>
              Looks up a localized string similar to Property &apos;{0}&apos; is already hidden..
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Properties.Resources.ErrorMessage_PropertyAlreadyVisible">
            <summary>
              Looks up a localized string similar to Property &apos;{0}&apos; is already visible..
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Properties.Resources.ErrorMessage_PropertyCouldNotBeFound">
            <summary>
              Looks up a localized string similar to Property &apos;{0}&apos; doesn&apos;t exist..
            </summary>
        </member>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.BinaryObject">
            <summary>
                Represents binary data.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.BinaryObject.Data">
            <summary>
                Gets the binary data of the object.
            </summary>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.BinaryObject.#ctor(System.Byte[])">
            <summary>
                Initializes a new instance of the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.BinaryObject" /> class.
            </summary>
            <param name="binaryData">The object's binary data value.</param>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.BinaryObject.ToString">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.CustomObject">
            <summary>
                Describes a Custom Object.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.CustomObject.ReadOnly">
            <summary>
                Gets a value indicating whether the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.CustomObject" /> is readonly.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.CustomObject.IsUntyped">
            <summary>
                Gets a value indicating whether the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.CustomObject" /> is untyped. Obsolete - For internal use only. 
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.CustomObject.Properties">
            <summary>
                Gets or sets the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.CustomObject" />'s properties.
            </summary>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.CustomObject.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.CustomObject"/> class.
            </summary>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.CustomObject.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.CustomObject"/> class. Obsolete - For internal use only. 
            </summary>
            <param name="isUntyped">Specifies whether the custom object is handled as untyped, for Power Fx scripts. Obsolete - For internal use only. </param>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.CustomObject.AddOrUpdateProperty(System.String,System.Object)">
            <summary>
                Adds a new property or updates the value of a property if it already exists.
            </summary>
            <param name="property">The property name.</param>
            <param name="value">The property value to set.</param>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.CustomObject.GetProperty(System.String)">
            <summary>
                Retrieves a property from the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.CustomObject" />.
            </summary>
            <param name="property">The name of the property to retrieve.</param>
            <returns>The property's value.</returns>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.CustomObject.HasProperty(System.String)">
            <summary>
                Determines whether a property is present in the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.CustomObject" />.
            </summary>
            <param name="property">The name of the property to check.</param>
            <returns>
                <see langword="true" /> if the property is present in the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.CustomObject" />;
                otherwise <see langword="false" />.
            </returns>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.CustomObject.ToString">
            <summary>
            Returns the custom object serialized to json.
            </summary>
            <returns>The string representation of the custom object.</returns>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.CustomObject.ToString(System.Boolean)">
            <summary>
            Returns the custom object serialized to json.
            </summary>
            <param name="indented">Indicated whether the output should be indented.</param>
            <returns>The string representation of the custom object.</returns>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.CustomObject.NewUntypedCustomObject">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.CustomObject"/> class, with untyped handling. Obsolete - For internal use only. 
            </summary>
            <returns>An untyped custom object.</returns>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.CustomObject.NewCustomObject">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.CustomObject"/> class. Obsolete - For internal use only. 
            </summary>
            <returns>A custom object.</returns>
        </member>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileObject">
            <summary>
                Represents a File object.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileObject.CreationTime">
            <summary>
                Gets the date the file was created.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileObject.Exists">
            <summary>
                Gets a value indicating whether the file exists.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileObject.FullName">
            <summary>
                Gets or sets the file's full name.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileObject.IsEmpty">
            <summary>
                Gets a value indicating whether the file is empty.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileObject.IsHidden">
            <summary>
                Gets or sets a value indicating whether the file is hidden.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileObject.LastModified">
            <summary>
                Gets or sets the date the file was last modified.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileObject.Name">
            <summary>
                Gets the file's name.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileObject.RootPath">
            <summary>
                Gets the file's root path.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileObject.Directory">
            <summary>
                Gets the file's directory.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileObject.Extension">
            <summary>
                Gets the file's extension.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileObject.IsArchive">
            <summary>
                Gets or sets a value indicating whether the file is an archive.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileObject.IsReadOnly">
            <summary>
                Gets or sets a value indicating whether the file is readonly.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileObject.IsSystem">
            <summary>
                Gets or sets a value indicating whether the file is a system file.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileObject.LastAccessed">
            <summary>
                Gets the date the file was last accessed.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileObject.NameWithoutExtension">
            <summary>
                Gets the file's name without the extension.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileObject.Size">
            <summary>
                Gets the file's size in bytes.
            </summary>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileObject.#ctor(System.String)">
            <summary>
                Initializes a new instance of the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileObject" /> class.
            </summary>
            <param name="path">The file path.</param>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileObject.#ctor">
            <summary>
                Initializes a new instance of the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileObject" /> class.
            </summary>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileObject.CompareTo(Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileObject)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileObject.op_Implicit(System.String)~Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileObject">
            <summary>
                Implicit operator for <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileObject" />.
            </summary>
            <param name="s">The name of the file object.</param>
            <returns>
                <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileObject" />.
            </returns>
        </member>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileSystemObject">
            <summary>
                A base class for file system objects.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileSystemObject.CreationTime">
            <summary>
                Gets the date the file system object was created.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileSystemObject.Exists">
            <summary>
                Gets a value indicating whether the file system object exists.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileSystemObject.IsEmpty">
            <summary>
                Gets a value indicating whether the file system object is empty.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileSystemObject.IsHidden">
            <summary>
                Gets or sets a value indicating whether the file system object is hidden.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileSystemObject.RootPath">
            <summary>
                Gets the file system object's root path.
            </summary>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileSystemObject.#ctor(System.String)">
            <summary>
                Initializes a new instance of the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileSystemObject" /> class.
            </summary>
            <param name="path">The <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileSystemObject" />'s path.</param>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileSystemObject.#ctor">
            <summary>
                Initializes a new instance of the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileSystemObject" /> class.
            </summary>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileSystemObject.ToString">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileSystemObject.op_Implicit(Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileSystemObject)~System.String">
            <summary>
                Implicit operator for <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileSystemObject" />.
            </summary>
            <param name="f">The name of the file system objetc.</param>
            <returns>
                <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileSystemObject" />.
            </returns>
        </member>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileSystemObjectTypeConverter">
            <summary>
                Provides conversions to/from a <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileSystemObject" />.
            </summary>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileSystemObjectTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileSystemObjectTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
            <inheritdoc />
        </member>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileSystemObjectBasicInfo">
            <summary>
                A base class for file system objects.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileSystemObjectBasicInfo.FullName">
            <summary>
                Gets or sets the file system object's full name.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileSystemObjectBasicInfo.LastModified">
            <summary>
                Gets or sets the date the file system object was last modified.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileSystemObjectBasicInfo.Name">
            <summary>
                Gets the file system object's name.
            </summary>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileSystemObjectBasicInfo.op_Implicit(Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileSystemObjectBasicInfo)~System.String">
            <summary>
                Implicit operator for <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileSystemObjectBasicInfo" />.
            </summary>
            <param name="f">The name of the basic info object.</param>
            <returns>
                <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileSystemObjectBasicInfo" />.
            </returns>
        </member>
        <member name="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FolderObject">
            <summary>
                Represents a Folder object.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FolderObject.CreationTime">
            <summary>
                Gets the date the folder was created.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FolderObject.Exists">
            <summary>
                Gets a value indicating whether the folder exists.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FolderObject.FullName">
            <summary>
                Gets or sets the folder's full name.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FolderObject.IsEmpty">
            <summary>
                Gets a value indicating whether the folder is empty.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FolderObject.IsHidden">
            <summary>
                Gets or sets a value indicating whether the folder is hidden.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FolderObject.LastModified">
            <summary>
                Gets or sets the date the folder was last modified.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FolderObject.Name">
            <summary>
                Gets the folder's name.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FolderObject.RootPath">
            <summary>
                Gets the folder's root path.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FolderObject.FilesCount">
            <summary>
                Gets the number of files the folder contains.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FolderObject.FoldersCount">
            <summary>
                Gets the number of folders the folder contains.
            </summary>
        </member>
        <member name="P:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FolderObject.Parent">
            <summary>
                Gets the folder's parent folder.
            </summary>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FolderObject.#ctor(System.String)">
            <summary>
                Initializes a new instance of the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FolderObject" /> class.
            </summary>
            <param name="path">The folder path.</param>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FolderObject.#ctor">
            <summary>
                Initializes a new instance of the <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FolderObject" /> class.
            </summary>
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FolderObject.CompareTo(Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FolderObject)">
            <inheritdoc />
        </member>
        <member name="M:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FolderObject.op_Implicit(System.String)~Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FolderObject">
            <summary>
            Implicit operator for <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FolderObject" />.
            </summary>
            <param name="s">The name of the folder object.</param>
            <returns>
                <see cref="T:Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FolderObject" />.
            </returns>
        </member>
    </members>
</doc>
