Ejemplo n.º 1
0
 /// If report_type is content, a string representing the type of content being
 /// reported. This should correspond to the object_type string used in the UI
 public void SetObjectType(string value)
 {
     CAPI.ovr_AdvancedAbuseReportOptions_SetObjectType(Handle, value);
 }