Class SharedLinkCreateDetails
Created shared link.
Inheritance
System.Object
SharedLinkCreateDetails
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: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkCreateDetails
Constructors
| Improve this Doc View SourceSharedLinkCreateDetails(SharedLinkAccessLevel)
Initializes a new instance of the SharedLinkCreateDetails class.
Declaration
public SharedLinkCreateDetails(SharedLinkAccessLevel sharedLinkAccessLevel = null)
Parameters
Type | Name | Description |
---|---|---|
SharedLinkAccessLevel | sharedLinkAccessLevel | Defines who can access the shared link. Might be missing due to historical data gap. |
Properties
| Improve this Doc View SourceSharedLinkAccessLevel
Defines who can access the shared link. Might be missing due to historical data gap.
Declaration
public SharedLinkAccessLevel SharedLinkAccessLevel { get; protected set; }
Property Value
Type | Description |
---|---|
SharedLinkAccessLevel |