ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.UI Namespace / ArtConnection.ArtWriteErrorCodes Enumeration




In This Topic
    ArtConnection.ArtWriteErrorCodes Enumeration
    In This Topic
    Updating art annotation success or failure codes. Most failures are likely the result of a missing ID or an ID not matched on the page of the document.
    Syntax
    'Declaration
     
    Public Enum ArtConnection.ArtWriteErrorCodes 
       Inherits System.Enum
    'Usage
     
    Dim instance As ArtConnection.ArtWriteErrorCodes
    public enum ArtConnection.ArtWriteErrorCodes : System.Enum 
    __value public enum ArtConnection.ArtWriteErrorCodes : public System.Enum 
    public enum class ArtConnection.ArtWriteErrorCodes : public System.Enum 
    Members
    MemberValueDescription
    ImproperAdd-3Request to add a new art mark object but the ID wasn't zero on the new art object.
    ImproperDelete-1Request to delete an art mark object that wasn't there or the ID was bad.
    ImproperEdit-2Request to modify an existing art object that is not there (any longer) or the ID was bad and did not match an exiting mark on that page.
    SourceFailure-4Unable to either find, read or write art source. Also, could be a permission problem.
    Success0All art updates made successsfully
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Web.UI.ArtConnection.ArtWriteErrorCodes

    See Also