Bearbeiten

Freigeben über


ExtensionServiceCreator.ValidateAssets(List<String>) Method

Definition

Validate template assets

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

Parameters

errors
List<String>

Returns

true if no errors encountered, false otherwise

Remarks

Adds items to errors log field if not valid

Applies to