[Missing <summary> documentation for "M:WorkZone.Dispatcher.Base.PrintTypeService.GetPrintTypeParameter(System.String,System.String,System.Boolean,System.String)"]
public string GetPrintTypeParameter(
string name,
string remotePrintId,
bool allowNull = false,
string defaultValue = null
)
Public Function GetPrintTypeParameter (
name As String,
remotePrintId As String,
Optional allowNull As Boolean = false,
Optional defaultValue As String = Nothing
) As String
public:
String^ GetPrintTypeParameter(
String^ name,
String^ remotePrintId,
bool allowNull = false,
String^ defaultValue = nullptr
)
member GetPrintTypeParameter :
name : string *
remotePrintId : string *
?allowNull : bool *
?defaultValue : string
(* Defaults:
let _allowNull = defaultArg allowNull false
let _defaultValue = defaultArg defaultValue null
*)
-> string
[Missing <param name="name"/> documentation for "M:WorkZone.Dispatcher.Base.PrintTypeService.GetPrintTypeParameter(System.String,System.String,System.Boolean,System.String)"]
[Missing <param name="remotePrintId"/> documentation for "M:WorkZone.Dispatcher.Base.PrintTypeService.GetPrintTypeParameter(System.String,System.String,System.Boolean,System.String)"]
[Missing <param name="allowNull"/> documentation for "M:WorkZone.Dispatcher.Base.PrintTypeService.GetPrintTypeParameter(System.String,System.String,System.Boolean,System.String)"]
[Missing <param name="defaultValue"/> documentation for "M:WorkZone.Dispatcher.Base.PrintTypeService.GetPrintTypeParameter(System.String,System.String,System.Boolean,System.String)"]
[Missing <returns> documentation for "M:WorkZone.Dispatcher.Base.PrintTypeService.GetPrintTypeParameter(System.String,System.String,System.Boolean,System.String)"]