Class DocumentShareLinks
Links relevant to a DocumentShare.
Inheritance
System.Object
DocumentShareLinks
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Hyland.ShareBaseSdk.Models
Assembly: Hyland.ShareBaseSdk.dll
Syntax
public class DocumentShareLinks
Constructors
DocumentShareLinks(String, String, String)
Constructs a DocumentShareLinks.
Declaration
[JsonConstructor]
public DocumentShareLinks(string webUri, string self, string recipientsUri)
Parameters
Type | Name | Description |
---|---|---|
System.String | webUri | A link to the document share in the web. |
System.String | self | A reference to the document share itself in the API. |
System.String | recipientsUri | A link to get the recipients of the share, including the valid web link for each recipient. |
Properties
RecipientsUri
A link to get the recipients of the share, including the valid web link for each recipient.
Declaration
public string RecipientsUri { get; }
Property Value
Type | Description |
---|---|
System.String |
Self
A reference to the document share itself in the API.
Declaration
public string Self { get; }
Property Value
Type | Description |
---|---|
System.String |
WebUri
A link to the document share in the web.
Declaration
public string WebUri { get; }
Property Value
Type | Description |
---|---|
System.String |