Dropbox .NET SDK

Class SfFbInviteChangeRoleDetails

Changed Facebook user's role in shared folder.

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

Constructors

View Source

SfFbInviteChangeRoleDetails(ulong, string, string, string)

Initializes a new instance of the SfFbInviteChangeRoleDetails class.

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

Target asset position in the Assets list.

string originalFolderName

Original shared folder name.

string previousSharingPermission

Previous sharing permission.

string newSharingPermission

New 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