Dropbox .NET SDK

Class SfTeamInviteChangeRoleDetails

Changed team member's role in shared folder.

Inheritance
object
SfTeamInviteChangeRoleDetails
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 SfTeamInviteChangeRoleDetails

Constructors

View Source

SfTeamInviteChangeRoleDetails(ulong, string, string, string)

Initializes a new instance of the SfTeamInviteChangeRoleDetails class.

Declaration
public SfTeamInviteChangeRoleDetails(ulong targetAssetIndex, string originalFolderName, string newSharingPermission = null, string previousSharingPermission = null)
Parameters
Type Name Description
ulong targetAssetIndex

Target asset position in the Assets list.

string originalFolderName

Original shared folder name.

string newSharingPermission

New sharing permission.

string previousSharingPermission

Previous sharing permission.

Properties

View Source

NewSharingPermission

New sharing permission.

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

OriginalFolderName

Original shared folder name.

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

PreviousSharingPermission

Previous sharing permission.

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

TargetAssetIndex

Target asset position in the Assets list.

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