CustomPartsControllerGetCustomPart Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.ActivityLibrary.Documents.CustomPartsController.GetCustomPart(System.String)"]
Namespace: Scanjour.Workflow4.ActivityLibrary.DocumentsAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic CustomPart GetCustomPart(
string xmlResponse
)
Public Function GetCustomPart (
xmlResponse As String
) As CustomPart
public:
CustomPart^ GetCustomPart(
String^ xmlResponse
)
member GetCustomPart :
xmlResponse : string -> CustomPart
Parameters
- xmlResponse String
[Missing <param name="xmlResponse"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.Documents.CustomPartsController.GetCustomPart(System.String)"]
Return Value
CustomPart[Missing <returns> documentation for "M:Scanjour.Workflow4.ActivityLibrary.Documents.CustomPartsController.GetCustomPart(System.String)"]
See Also