Share via


Renamer.RenameDocumentAction.GetErrors(CultureInfo) Method

Definition

Get any errors that have been noted for this action before it is applied. Can be used to present to a user.

public System.Collections.Immutable.ImmutableArray<string> GetErrors (System.Globalization.CultureInfo? culture = default);
member this.GetErrors : System.Globalization.CultureInfo -> System.Collections.Immutable.ImmutableArray<string>
Public Function GetErrors (Optional culture As CultureInfo = Nothing) As ImmutableArray(Of String)

Parameters

culture
CultureInfo

Returns

Applies to