| GrapeCity.ActiveReports.v12 アセンブリ > GrapeCity.ActiveReports.ArsClient 名前空間 > ArsRestClient クラス : UpdateDocWithContent<T> メソッド |
'宣言 Public Sub UpdateDocWithContent(Of T As ArsDocument)( _ ByVal id As String, _ ByVal content() As Byte, _ ByVal description As String, _ ByVal comment As String _ )
public void UpdateDocWithContent<T>( string id, byte[] content, string description, string comment ) where T: ArsDocument