Class SfFbInviteChangeRoleDetails
Changed Facebook user's role in shared folder.
Inheritance
System.Object
SfFbInviteChangeRoleDetails
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 SfFbInviteChangeRoleDetails
Constructors
| Improve this Doc View SourceSfFbInviteChangeRoleDetails(UInt64, 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 |
---|---|---|
System.UInt64 | targetAssetIndex | Target asset position in the Assets list. |
System.String | originalFolderName | Original shared folder name. |
System.String | previousSharingPermission | Previous sharing permission. |
System.String | newSharingPermission | New sharing permission. |
Properties
| Improve this Doc View SourceNewSharingPermission
New sharing permission.
Declaration
public string NewSharingPermission { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
OriginalFolderName
Original shared folder name.
Declaration
public string OriginalFolderName { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
PreviousSharingPermission
Previous sharing permission.
Declaration
public string PreviousSharingPermission { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
TargetAssetIndex
Target asset position in the Assets list.
Declaration
public ulong TargetAssetIndex { get; protected set; }
Property Value
Type | Description |
---|---|
System.UInt64 |