DocsMarshal.Utility.MailModel.Address
Description:Represents an email address.
DocsMarshal.Utility.MailModel.Attachment
Description:Represents an email attachment.
DocsMarshal.Workflow.ActivityLibrary.Images.Models.BarcodeFound
Description:This class represents a barcode found in a pdf file.
DocsMarshal.Workflow.ActivityLibrary.Pdf.Models.BarcodeFound
Description:This class represents a barcode found in a pdf file.
DocsMarshal.Workflow.ActivityLibrary.Images.Models.BarcodeFoundWithContent
Description:This class represents all the pages identified by a single barcode in a pdf file with their contents
DocsMarshal.Workflow.ActivityLibrary.Pdf.Models.BarcodeFoundWithContent
Description:This class represents all the pages identified by a single barcode in a pdf file with their contents
DocsMarshal.Entities.DMAIDominantLanguage
Description:This class represents a language in AWS detect dominant language activity.
DocsMarshal.Entities.DMAIEntity
Description:A class which represents an entity detected by the activity DetectEntities in AWS.
DocsMarshal.Entities.DMAISentiment
Description:This class represents a text sentiment detected with 'DetectSentiment' activity. The sentiment told if the text is POSITIVE, NEGATIVE, NEUTRAL or MIXED.
DocsMarshal.Entities.DmFile
Description:The class DmFile represents a file saved in DocsMarshal
DocsMarshal.Entities.DMGanttTask
Description:This class represents an activity of a Gantt
DocsMarshal.Entities.DMObjectMailRelation
Description:Represents a relationship between an email and a profile.
DocsMarshal.Entities.FileValue
Description:The class FileValue represents a file.
DocsMarshal.Entities.Gantt
Description:This class contains the informations of a Gantt
DocsMarshal.Entities.GanttClassTypeConfig
Description:This class represents a classType configuration property that can be used inside the Gantt Configuration JSON (DocsMarshal.Entities.GanttConfiguration).
DocsMarshal.Entities.GanttConfiguration
Description:This class represents the JSON configuration of a DocsMarshal Gantt
DocsMarshal.Entities.GanttTask
Description:This class represents the configuration object of an activity of a Gantt
DocsMarshal.Entities.GanttTaskDependency
Description:This class represents the configuration object of a dependency between two tasks of a Gantt. Dependencies allow you to define relationships between tasks and visualize the sequence in which they must be completed in order to close a project.
DocsMarshal.Entities.GanttTaskLink
Description:This class represents the configuration object of a GanttTaskLink. The link is used to create a relation between two tasks of a Gantt. For example, a milestone can links multiple tasks that should be done within the milestone date
DocsMarshal.Entities.GanttTaskPlanningCategory
Description:This class represents a Planning Category assignment to a task of a Gantt
DocsMarshal.Entities.GanttTaskResourceLink
Description:This class represents the configuration object of an resource of an activity of a Gantt
DocsMarshal.Entities.GanttTaskResourceRequirement
Description:This class represents a resource requirement of a task of a Gantt. It contains informations about the requirements that the resource must have in order to be assigned to the task. You can also configure that it should be the PlanningService to perform a dynamic resource assigment.
DocsMarshal.Entities.GanttTaskState
Description:This class represents the state of a task of a Gantt
DocsMarshal.Workflow.ActivityLibrary.AWS.Entities.S3File
Description:This class represents a file uploaded in AWS S3 storage.
DocsMarshal.Entities.Interfaces.IDmFile
Description:IDmFile is an interface that represents a file saved in DocsMarshal. To create an IDmFile you must create first an IFileValue and then it is necessary to pass it as parameter in the DmFile constructor ('New DmFile(new FileValue(<your_name>, <your_content>))').
DocsMarshal.Entities.Interfaces.IDMGanttTask
Description:IDMGanttTask is an interface that represents an activity of a Gantt. To create an IDMGanttTask you must create the related class DMGanttTask. Please refer to the 'DocsMarshal.Entities.DMGanttTask' documentation for more informations.
DocsMarshal.Entities.Interfaces.IFileValue
Description:IFileValue is an interface that represents a file. To create an IFileValue you must create a FileValue by the keyword 'new' passing FileName and Content as parameter ('New FileValue(<your_name>, <your_content>)').
DocsMarshal.Entities.Interfaces.IGanttTask
Description:IGanttTask is an interface that represents the configuration object of an activity of a Gantt. To create an IGanttTask you must create the related class GanttTask. Please refer to the 'DocsMarshal.Entities.GanttTask' documentation for more informations.
DocsMarshal.Interfaces.Models.IMailAddress
Description:Represents an email address.
DocsMarshal.Interfaces.Models.IMailAttachment
Description:Represents an email attachment.
DocsMarshal.Entities.Enums.EAIEntityType
Description:This enumeration represents the type of an entity returned by DetectEntities activity of AWS.
DocsMarshal.Entities.Enums.EAISentimentType
Description:This enumeration lists the possible sentiments which 'DetectSentiment' activity is able to detect in a given text.
DocsMarshal.Workflow.ActivityLibrary.AWS.Entities.EAWSTextractBlockType
Description:This enumaration represents all the types a textract block could be.
DocsMarshal.Workflow.ActivityLibrary.Images.Models.Enums.EBarcodeInDocument
Description:An enumeration that indicates where a bar code is placed referring to a group of files.
DocsMarshal.Workflow.ActivityLibrary.Pdf.Models.Enums.EBarcodeInDocument
Description:An enumeration that indicates where a bar code is placed referring to a group of files.
DocsMarshal.Workflow.ActivityLibrary.Images.Models.Enums.EBarcodePosition
Description:An enumeration that indicates a position where a barcode is located.
DocsMarshal.Workflow.ActivityLibrary.Images.Models.Enums.EBarcodePosition
Description:An enumeration that indicates the the format of a barcode.
DocsMarshal.Workflow.ActivityLibrary.Pdf.Models.Enums.EBarcodePosition
Description:An enumeration that indicates a position where a barcode is located.
DocsMarshal.Workflow.ActivityLibrary.Pdf.Models.Enums.EBarcodePosition
Description:An enumeration that indicates the the format of a barcode.
DocsMarshal.Workflow.ActivityLibrary.GoogleCalendar.Entities.ECalendarAccessRole
Description:The role assigned to the scope in a GoogleCalendar Acl.
DocsMarshal.Workflow.ActivityLibrary.Compress.ECompressionLevel
Description:An enumeration that indicate the compression level that can be used to compress a file into a zip archive.
DocsMarshal.Entities.Enums.EDMStaticField
Description:I FieldID possono essere numeri interi negativi ( -1, -4, ecc...) ed ognuno di essi si rifersce ad un campo di DocsMarshal. Alcuni campi in DocsMarshal hanno infatti un ID statico che permette di identificarli in qualunque contesto con semplicità.
DocsMarshal.Entities.EFieldType
Description:Questa enumerazione rappresenta tutti i possibili tipi di cui può essere un campo in DocsMarshal
DocsMarshal.Workflow.ActivityLibrary.Office.Excel.Enums.EFontStyle
Description:Describes the possible font styles the text of an cell in Excel could have.
DocsMarshal.Entities.Enums.EGanttDependencyType
Description:This enum defines the type of a gantt task dependency
DocsMarshal.Entities.Enums.EGanttTaskResourceLinkGrant
Description:This enum defines the resource grants of a task of a Gantt
DocsMarshal.Entities.Enums.EGanttTaskState
Description:This enum defines the represented value of a gantt task state
DocsMarshal.Workflow.ActivityLibrary.Office.Excel.Enums.EHorizontalAlignment
Description:Describes the possible horizobntal alignment of an cell in Excel.
DocsMarshal.Entities.Enums.EOrderBy
Description:Indicates the mode of a sort which can be ascending or descending.
DocsMarshal.Workflow.ActivityLibrary.Compress.EOutputType
Description:An enumeration that indicate which output will be used to return the compressed file.
DocsMarshal.Workflow.ActivityLibrary.Pdf.EOutputType
Description:An enumeration that indicate which output will be used to return the compressed file.
DocsMarshal.Entities.Enums.EPresenterType
Description:Questa enumerazione rappresenta tutti i possibili tipi di cui può essere il presenter di un campo.
DocsMarshal.Utility.FTP.Entities.EProxyType
Description:The proxy scheme used by your FTP proxy server.
DocsMarshal.Workflow.ActivityLibrary.AWS.Entities.ERelationshipType
Description:This enumeration indicates of which tipes could be a relationship between two textract blocks.
DocsMarshal.Workflow.ActivityLibrary.AWS.Entities.EStorageClass
Description:This enumeration indicates every storage class a file in S3 could be in.
DocsMarshal.Workflow.ActivityLibrary.Http.Model.Enums.EVerb
Description:HTTP defines a set of request methods (also called HTTP Verbs) to indicate the desired action to be performed for a given resource. This enumeration defines the set of the available verbs for HTTP activities.
DocsMarshal.Workflow.ActivityLibrary.Office.Excel.Enums.EVerticalAlignment
Description:Describes the possible vertical alignment of an cell in Excel.
DocsMarshal.Workflow.ActivityLibrary.AzureNotificationHub.Platform
Description:Represents the platform for which the message is.
DocsMarshal.Entities.Enums.EDestinationStatus
Description:A generic enumeration that indicate the status of the destination notification.