Class ContentOwnershipTransferRequest
Request to transfer the content ownership
Inheritance
ContentOwnershipTransferRequest
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class ContentOwnershipTransferRequest
Properties
The ID of the user to whom the content ownership has to be transferred to.
Declaration
[JsonProperty("transferUserId", Required = Required.Always)]
[Required]
public string TransferUserId { get; set; }
Property Value
Methods
Declaration
public static ContentOwnershipTransferRequest FromJson(string data)
Parameters
Returns