UserSharingResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- Attributes
Constructors
| UserSharingResult() |
Properties
| AllowedRoles | |
| CurrentRole | |
| DisplayName | |
| 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) | |