UPDATE: Ikusi hemen nire pentsamenduak proiektu honi buruzko merkaturatzea: http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!569.entry
Izan dut nire lanpetuta Codeplex proiektua Gaur egun, katea manipulazioa luzapenak emateko fluxuak bideratuta sortutako lan SharePoint Designer bidez.
Ikusi hemen xehetasunetarako:
Proiektua hasiera: http://www.codeplex.com/spdwfextensions
Askatu: https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=spdwfextensions&ReleaseId=8280
Bertsioa 1.0 barne hartzen du, honako ezaugarri berriak:
Funtzioa | Deskribapena (berean ez bada ere. funtzio garbia) |
Num-sarrerak() | Returns the number "entries" in a string as per a specified delimiter.
Adibidez: Num-entries in a string "a,b,c" with delimiter "," = 3. |
Sarrera() | Returns the nth token in a string as per a specified delimiter. |
Luzera | String.Length |
Ordeztu() | String.Replace() |
Dauka() | String.Contains() Returns the word "true" or the word "false". |
Izan ezik:(hasteko) | String.Substring(hasteko) |
Izan ezik:(hasteko,luzera) | String.Substring(hasteko,luzera) |
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". |
Hi,
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..
Any idea?….
Why its happening.
Hi, Manoj. I assume you figured this out a long time ago. Sorry for not replying back in 2010 when you made the comment.