Class SharedContentViewDetails
Previewed shared file/folder.
Inheritance
System.Object
SharedContentViewDetails
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 SharedContentViewDetails
Constructors
| Improve this Doc View SourceSharedContentViewDetails(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 |
---|---|---|
System.String | sharedContentLink | Shared content link. |
AccessLevel | sharedContentAccessLevel | Shared content access level. |
UserLogInfo | sharedContentOwner | The shared content owner. |
Properties
| Improve this Doc View SourceSharedContentAccessLevel
Shared content access level.
Declaration
public AccessLevel SharedContentAccessLevel { get; protected set; }
Property Value
Type | Description |
---|---|
AccessLevel |
SharedContentLink
Shared content link.
Declaration
public string SharedContentLink { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
SharedContentOwner
The shared content owner.
Declaration
public UserLogInfo SharedContentOwner { get; protected set; }
Property Value
Type | Description |
---|---|
UserLogInfo |