Show / Hide Table of Contents

Class ADGReturnArgs

The object that is returned to the user after an ADG call.

Inheritance
object
ADGReturnArgs
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Quantellia.WMServer.Asset.Model.Document
Assembly: WMServer.dll
Syntax
public class ADGReturnArgs

Properties

DocumentID

The ID of the newly created document.

Declaration
public string DocumentID { get; set; }
Property Value
Type Description
string

ProcessorID

The ID of the processor used to evaluate this results.

Declaration
public string ProcessorID { get; set; }
Property Value
Type Description
string
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE