IPublishProperties::VerifyUploadedFiles Property

 

Gets or sets whether the uploaded files will be validated after publish.

Namespace:   Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly:  Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)

[DispIdAttribute(30)]
property bool VerifyUploadedFiles {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if uploaded files will be validated after publish.

Return to top
Show: