ValidatePackageWithInfoAsync(System.IO.Stream packageStream) Method
Instructs the package indexer to validate the indexed properties of a package.
Syntax
public
abstract
Task<PackageStorePackageId> ValidatePackageWithInfoAsync(System.IO.Stream packageStream)
Parameters
- packageStream
- Type: System.IO.Stream
Stream backed by a package.
Returns
Package identification information if validation succeeded; otherwise null (Nothing in Visual Basic).