Show / Hide Table of Contents

Class ManyDocumentArgs

An args object used for inserting or removing multiple documents in a single call.

Inheritance
object
ManyDocumentArgs
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 ManyDocumentArgs

Properties

IDs

An array of document IDs.

Declaration
public List<string> IDs { get; set; }
Property Value
Type Description
List<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