અપડેટ: આ પ્રોજેક્ટ commercializing પર મારા વિચારો માટે અહીં જુઓ: http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!569.entry
હું શેરપોઈન્ટ ડિઝાઈનર દ્વારા બનાવવામાં હાલમાં વર્કફ્લો માટે શબ્દમાળા મેનીપ્યુલેશન એક્સ્ટેન્શન્સ પૂરી પર ધ્યાન કેન્દ્રિત કર્યું છે કે મારા કોડપ્લેક્સ પ્રોજેક્ટ પર કામ વ્યસ્ત કરી છે.
વિગતો માટે અહીં જુઓ:
પ્રોજેક્ટ ઘર: http://www.codeplex.com/spdwfextensions
છોડો: https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=spdwfextensions&ReleaseId=8280
આવૃત્તિ 1.0 નીચેનાં નવા લક્ષણોનો સમાવેશ કરે છે:
કાર્ય | વર્ણન (તરીકે જ ન હોય તો. નેટ કાર્ય) |
NUM-પ્રવેશો() | Returns the number "entries" in a string as per a specified delimiter.
ઉદાહરણ તરીકે: Num-entries in a string "a,બોલ્ડ,કેચ:" with delimiter "," = 3. |
પ્રવેશ() | Returns the nth token in a string as per a specified delimiter. |
લંબાઈ | String.Length |
બદલવું() | String.Replace() |
પડે() | String.Contains() Returns the word "true" or the word "false". |
શબ્દમાળા(આરંભ) | String.Substring(આરંભ) |
શબ્દમાળા(આરંભ,લંબાઈ) | String.Substring(આરંભ,લંબાઈ) |
ToUpper() | String.ToUpper() |
ToLower() | String.ToLower() |
StartsWith() | String.StartsWith() Returns the word "true" or the word "false". |
EndsWith() | String.EndsWith() Returns the word "true" or the word "false". |
મહત્તમ,
I am trying to add Invoke C# helper function in Action on SharePoint Designer workflow..When i click on Invoke C# helper function , it does not showing in the action list..
કોઈપણ વિચાર?….
Why its happening.
મહત્તમ, Manoj. I assume you figured this out a long time ago. Sorry for not replying back in 2010 when you made the comment.