None.
Name | Description | Type | Additional information |
---|---|---|---|
Type | PicType |
None. |
|
Content | string |
None. |
{ "Type": 0, "Content": "sample string 1" }
<UploadOptions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Setting.Models"> <Content>sample string 1</Content> <Type>Logo</Type> </UploadOptions>
Sample not available.
Name | Description | Type | Additional information |
---|---|---|---|
PicUrl | string |
None. |
{ "PicUrl": "sample string 1" }
<ZPicUpload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Setting.Models"> <PicUrl>sample string 1</PicUrl> </ZPicUpload>