UploadPhotoResult Enumeration

[Microsoft.WindowsServerSolutions.Mobile.Web.PhotoUploader.UploadPhotoResult is no longer available for use as of Windows Server 2012 Essentials.] Enumeration that represents the results of a photo upload.

Namespace: Microsoft.WindowsServerSolutions.Mobile.Web.PhotoUploader
Assembly: MobileWeb (in MobileWeb.dll)

Usage

'Usage
Dim instance As UploadPhotoResult

Syntax

'Declaration
<DataContractAttribute(Name:="UploadPhotoResult", Namespace:="https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb")> _
Public Enumeration UploadPhotoResult
[DataContractAttribute(Name="UploadPhotoResult", Namespace="https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb")] 
public enum UploadPhotoResult
[DataContractAttribute(Name=L"UploadPhotoResult", Namespace=L"https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb")] 
public enum class UploadPhotoResult
/** @attribute DataContractAttribute(Name="UploadPhotoResult", Namespace="https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb") */ 
public enum UploadPhotoResult
DataContractAttribute(Name="UploadPhotoResult", Namespace="https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb") 
public enum UploadPhotoResult

Members

Member name Description
InsufficientSpace [UploadPhotoResult.InsufficientSpace is no longer available for use as of Windows Server 2012 Essentials.] Insufficient space on the server to save the specified photo.
InvalidImage [UploadPhotoResult.InvalidImage is no longer available for use as of Windows Server 2012 Essentials.] The specified photo is not a valid image file.
Success [UploadPhotoResult.Success is no longer available for use as of Windows Server 2012 Essentials.] The photo was uploaded successfully.

Platforms

Development Platforms

Windows Server 2008 R2 x64, Windows 7 x64, Windows Server 2008 x64, Windows Vista x64

See Also

Reference

Microsoft.WindowsServerSolutions.Mobile.Web.PhotoUploader Namespace

Copyright © 2012 by Microsoft Corporation. All rights reserved.