Actualización: Aquí tes os meus pensamentos sobre a comercialización deste proxecto: http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!569.entry
Eu estiven ocupado traballando no meu proxecto CodePlex, que está enfocada na subministración de extensións de manipulación de cadea para fluxos de traballo creados vía SharePoint Design.
Aquí tes información:
Proxecto de casa: http://www.codeplex.com/spdwfextensions
Solte: https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=spdwfextensions&ReleaseId=8280
Versión 1.0 inclúe os seguintes novas características:
Función | Descrición (se non mesmo. función Net) |
Nun-entradas() | Volta o número "entradas" in a string as per a specified delimiter.
Por exemplo: Num-entries in a string "a,b,c" with delimiter "," = 3. |
Entrada() | Returns the nth token in a string as per a specified delimiter. |
Lonxitude | String.length |
Substituír() | String.Replace() |
Contén() | String.Contains() Returns the word "true" or the word "false". |
Substring(comezar) | String.substring(comezar) |
Substring(comezar,lonxitude) | String.substring(comezar,lonxitude) |
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". |
Ola,
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..
Calquera idea?….
Why its happening.
Ola, Manoj. I assume you figured this out a long time ago. Sorry for not replying back in 2010 when you made the comment.