Dropbox .NET SDK

Class SharedContentViewDetails

Previewed shared file/folder.

Inheritance
object
SharedContentViewDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedContentViewDetails

Constructors

View Source

SharedContentViewDetails(string, AccessLevel, UserLogInfo)

Initializes a new instance of the SharedContentViewDetails class.

Declaration
public SharedContentViewDetails(string sharedContentLink, AccessLevel sharedContentAccessLevel, UserLogInfo sharedContentOwner = null)
Parameters
Type Name Description
string sharedContentLink

Shared content link.

AccessLevel sharedContentAccessLevel

Shared content access level.

UserLogInfo sharedContentOwner

The shared content owner.

Properties

View Source

SharedContentAccessLevel

Shared content access level.

Declaration
public AccessLevel SharedContentAccessLevel { get; protected set; }
Property Value
Type Description
AccessLevel
View Source

SharedContentLink

Shared content link.

Declaration
public string SharedContentLink { get; protected set; }
Property Value
Type Description
string
View Source

SharedContentOwner

The shared content owner.

Declaration
public UserLogInfo SharedContentOwner { get; protected set; }
Property Value
Type Description
UserLogInfo
  • View Source
In this article
Back to top Dropbox .NET SDK