Show / Hide Table of Contents

Class SharedContentClaimInvitationDetails

Acquired membership of shared file/folder by accepting invite.

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

Constructors

| Improve this Doc View Source

SharedContentClaimInvitationDetails(String)

Initializes a new instance of the SharedContentClaimInvitationDetails class.

Declaration
public SharedContentClaimInvitationDetails(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
    • SharedContentClaimInvitationDetails(String)
  • Properties
    • SharedContentLink
Back to top Generated by DocFX