SheetAttachmentResourcesVersioningResources Property | |
Return the AttachmentVersioningResources object that provides access to Versioning resources associated with Attachment resources.
Namespace:
Smartsheet.Api
Assemblies:
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax AttachmentVersioningResources VersioningResources { get; }
ReadOnly Property VersioningResources As AttachmentVersioningResources
Get
property AttachmentVersioningResources^ VersioningResources {
AttachmentVersioningResources^ get ();
}
abstract VersioningResources : AttachmentVersioningResources with get
Return Value
Type:
AttachmentVersioningResources the attachment versioning resources
See Also