UPDATE: Kyk hier my gedagtes oor die kommersialisering van hierdie projek: http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!569.entry
Ek is besig om op van my Codeplex projek wat tans gefokus op die verskaffing van stringmanipulasie uitbreidings aan werkstromen via SharePoint Designer.
Kyk hier vir meer inligting:
Projek huis: http://www.codeplex.com/spdwfextensions
Release: https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=spdwfextensions&ReleaseId=8280
Weergawe 1.0 sluit die volgende nuwe funksies:
Funksie | Description (indien nie dieselfde as Netto funksie) |
Num-inskrywings() | Retour volgens die aantal inskrywings" in a string as per a specified delimiter.
Byvoorbeeld: Num-entries in a string "a,b,c" with delimiter "," = 3. |
Entry() | Returns the nth token in a string as per a specified delimiter. |
Lengte | String.Length |
Vervang() | String.Replace() |
Bevat() | String.Contains() Returns the word "true" or the word "false". |
Substring(begin) | String.Substring(begin) |
Substring(begin,lengte) | String.Substring(begin,lengte) |
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..
Enige idee?….
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.