Class ContentShareReference
Share information for a share referencing a content
Inheritance
ContentShareReference
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class ContentShareReference
Properties
Declaration
[JsonProperty("audit", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public UserAudit Audit { get; set; }
Property Value
The email address of the user who created the share.
Declaration
[JsonProperty("emailAddress", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string EmailAddress { get; set; }
Property Value
Declaration
[JsonProperty("id", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Id { get; set; }
Property Value
Declaration
[JsonProperty("name", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }
Property Value
Declaration
[JsonProperty("shareType", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
[JsonConverter(typeof(StringEnumConverter))]
public ShareType ShareType { get; set; }
Property Value
Methods
Declaration
public static ContentShareReference FromJson(string data)
Parameters
Returns