UserSharingResult Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.Sharing.UserSharingResult", ServerTypeId="{782142b7-1bb8-495f-8a60-9940982de38e}", ValueObject=true)]
public class UserSharingResult : Microsoft.SharePoint.Client.ClientValueObject
type UserSharingResult = class
    inherit ClientValueObject
Public Class UserSharingResult
Inherits ClientValueObject
Inheritance
UserSharingResult
Attributes

Constructors

UserSharingResult()

Properties

AllowedRoles
CurrentRole
DisplayName
Email
InvitationLink
IsUserKnown
Message
Status
TypeId
User

Methods

CustomFromJson(JsonReader) (Inherited from ClientValueObject)
CustomWriteToXml(XmlWriter, SerializationContext) (Inherited from ClientValueObject)
FromJson(JsonReader) (Inherited from ClientValueObject)
InitOnePropertyFromJson(String, JsonReader)
WriteToXml(XmlWriter, SerializationContext)

Applies to