ProGet SDK Reference
Version:

ValidatePackageAsync(System.IO.Stream packageStream) Method

Instructs the package indexer to validate the indexed properties of a package.

Syntax

public abstract Task<bool> ValidatePackageAsync(System.IO.Stream packageStream)

Parameters

packageStream
Type: System.IO.Stream

Stream backed by a package.

Returns

True if package is valid; otherwise false.