Class FolderShareLinks
Links relevant to a FolderShare.
Inheritance
System.Object
FolderShareLinks
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 FolderShareLinks
Constructors
FolderShareLinks(String, String)
Constructs a FolderShareLinks.
Declaration
[JsonConstructor]
public FolderShareLinks(string webUri, string self)
Parameters
Type | Name | Description |
---|---|---|
System.String | webUri | A link to the folder share in the web. |
System.String | self | A reference to the folder share itself in the API. |
Properties
Self
A reference to the folder share itself in the API.
Declaration
public string Self { get; }
Property Value
Type | Description |
---|---|
System.String |
WebUri
A link to the folder share in the web.
Declaration
public string WebUri { get; }
Property Value
Type | Description |
---|---|
System.String |