Skip to main content
Nintex Community Menu Bar
Solved

Custom Service Broker method with File Type input parameter

  • April 12, 2025
  • 2 replies
  • 85 views

Forum|alt.badge.img+3

Hi,

   I need to create a Service Broker for K2 Five version 5.6. In this service broker, I have a method A. In method A, there is an input parameter. The input parameter is File Type (Nintex K2 File Type).  When I create a smart object, I should see method A with input parameter File type.  Does anyone have any idea how to do this in c#?

Thank you in advance.

Best answer by TinTex

It looks like this project interact with the SmartObject File property, perhaps you can take a look at the source code to see how it was implemented:

 

2 replies

Forum|alt.badge.img+11
  • Nintex Employee
  • Answer
  • April 12, 2025

It looks like this project interact with the SmartObject File property, perhaps you can take a look at the source code to see how it was implemented:

 


Forum|alt.badge.img+3
  • Author
  • Rookie
  • April 12, 2025

Thank you.