[]
public void CreateResourceAsync(BatchHeader BatchHeader, string Resource, string Parent, bool Overwrite, byte[] Contents, string MimeType, Property[] Properties)
Type | Name | Description |
---|---|---|
BatchHeader | BatchHeader | |
string | Resource | |
string | Parent | |
bool | Overwrite | |
byte[] | Contents | |
string | MimeType | |
Property[] | Properties |
public void CreateResourceAsync(BatchHeader BatchHeader, string Resource, string Parent, bool Overwrite, byte[] Contents, string MimeType, Property[] Properties, object userState)
Type | Name | Description |
---|---|---|
BatchHeader | BatchHeader | |
string | Resource | |
string | Parent | |
bool | Overwrite | |
byte[] | Contents | |
string | MimeType | |
Property[] | Properties | |
object | userState |