Class ShareBasicCreateRequest
Inheritance
ShareBasicCreateRequest
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class ShareBasicCreateRequest : ShareBaseCreateRequest
Properties
System language used for share (mail and detail page). en or de.
Declaration
[JsonProperty("languageCode", Required = Required.Always)]
[Required]
public string LanguageCode { get; set; }
Property Value
List of external mail recipients which are no Picturepark users.
Declaration
[JsonProperty("recipientEmails", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<UserEmail> RecipientEmails { get; set; }
Property Value
Set to true to disable the creation of notifications and emails to recipients.
Declaration
[JsonProperty("suppressNotifications", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool SuppressNotifications { get; set; }
Property Value
Methods
Declaration
public static ShareBasicCreateRequest FromJson(string data)
Parameters
Returns