IBinaryHttpBodyEditorPlugin.CreateEditor(String, Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::Object ^ CreateEditor(System::String ^ contentType, cli::array <System::Byte> ^ initialValue);
public object CreateEditor (string contentType, byte[] initialValue);
abstract member CreateEditor : string * byte[] -> obj
Public Function CreateEditor (contentType As String, initialValue As Byte()) As Object
Parameters
- contentType
- String
- initialValue
- Byte[]