'Declaration Public Function CreateResource( _ ByVal BatchHeader As BatchHeader, _ ByVal Resource As String, _ ByVal Parent As String, _ ByVal Overwrite As Boolean, _ ByVal Contents() As Byte, _ ByVal MimeType As String, _ ByVal Properties() As Property _ ) As ServerInfoHeader
public ServerInfoHeader CreateResource( BatchHeader BatchHeader, string Resource, string Parent, bool Overwrite, byte[] Contents, string MimeType, Property[] Properties )
Parameters
- BatchHeader
- Resource
- Parent
- Overwrite
- Contents
- MimeType
- Properties