Class Proof
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents the Proof object. A proof is a container that holds attachments and comments for review, editing, or approval.
public class Proof : NamedModel
- Inheritance
-
Proof
- Inherited Members
Properties
Attachments
Gets the Attachments associated with the proof.
public IList<Attachment> Attachments { get; set; }
Property Value
- IList<Attachment>
the Attachments
Discussions
Gets the Discussions associated with the proof.
public IList<Discussion> Discussions { get; set; }
Property Value
- IList<Discussion>
the Discussions
DocumentType
Gets the document Type of the proof.
public string DocumentType { get; set; }
Property Value
- string
the document Type
IsCompleted
Gets whether the proof is completed.
public bool? IsCompleted { get; set; }
Property Value
- bool?
the completed status
LastUpdatedAt
Gets the date and time the proof was last updated.
public DateTime? LastUpdatedAt { get; set; }
Property Value
- DateTime?
the last updated at timestamp
LastUpdatedBy
Gets the user who last updated the proof.
public User LastUpdatedBy { get; set; }
Property Value
- User
the last updated by user
OriginalId
Gets the ID of the original proof version.
public long? OriginalId { get; set; }
Property Value
- long?
the original Id
ProofRequestUrl
Gets the URL used to request the proof.
public string ProofRequestUrl { get; set; }
Property Value
- string
the proof request URL
Type
Gets the Type of the proof.
public ProofType? Type { get; set; }
Property Value
- ProofType?
the proof Type
Version
Gets the version number of the proof.
public int? Version { get; set; }
Property Value
- int?
the version