Bearbeiten

Freigeben über


ExtensionServiceCreator.ValidateName(List<String>) Method

Definition

Return true if configured Extension Service class name is valid. False otherwise

public:
 bool ValidateName(System::Collections::Generic::List<System::String ^> ^ errors);
public bool ValidateName (System.Collections.Generic.List<string> errors);
member this.ValidateName : System.Collections.Generic.List<string> -> bool
Public Function ValidateName (errors As List(Of String)) As Boolean

Parameters

errors
List<String>

Returns

Remarks

Adds items to errors log field if not valid

Applies to