Class SfFbInviteChangeRoleDetails
Changed Facebook user's role in shared folder.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SfFbInviteChangeRoleDetails
Constructors
View SourceSfFbInviteChangeRoleDetails(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 SourceNewSharingPermission
New sharing permission.
Declaration
public string NewSharingPermission { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
OriginalFolderName
Original shared folder name.
Declaration
public string OriginalFolderName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
PreviousSharingPermission
Previous sharing permission.
Declaration
public string PreviousSharingPermission { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
TargetAssetIndex
Target asset position in the Assets list.
Declaration
public ulong TargetAssetIndex { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ulong |