Created by Docfx
  • Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class SharedContentRequestAccessDetails

Requested access to shared file/folder.

Inheritance
System.Object
SharedContentRequestAccessDetails
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 SharedContentRequestAccessDetails

Constructors

| Improve this Doc View Source

SharedContentRequestAccessDetails(String)

Initializes a new instance of the SharedContentRequestAccessDetails class.

Declaration
public SharedContentRequestAccessDetails(string sharedContentLink = null)
Parameters
Type Name Description
System.String sharedContentLink

Shared content link.

Properties

| Improve this Doc View Source

SharedContentLink

Shared content link.

Declaration
public string SharedContentLink { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SharedContentRequestAccessDetails(String)
  • Properties
    • SharedContentLink
Back to top Generated by DocFX