I-UPDATE: Tingnan dito para sa aking mga saloobin sa commercializing ang proyektong ito: http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!569.entry
Ko pa abalang nagtatrabaho sa aking Codeplex proyekto na kung saan ay kasalukuyang nakatuon sa pagbibigay ng string ng mga extension ng pagmamanipula sa daloy ng trabaho na nilikha sa pamamagitan ng SharePoint Designer.
Tingnan dito para sa mga detalye:
Proyekto ng bahay: http://www.codeplex.com/spdwfextensions
Bitawan: https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=spdwfextensions&ReleaseId=8280
Salin 1.0 Kabilang ang mga sumusunod na mga bagong tampok:
Tungkulin | Paglalarawan (kung hindi pareho. Net function na) |
Num-entry() | Returns the number "entries" in a string as per a specified delimiter.
Halimbawa: Num-entries in a string "a,b,c" with delimiter "," = 3. |
Pagpasok() | Returns the nth token in a string as per a specified delimiter. |
Haba | String.Length |
Palitan() | String.Replace() |
Naglalaman ng() | String.Contains() Returns the word "true" or the word "false". |
Substring(simulan) | String.Substring(simulan) |
Substring(simulan,haba) | String.Substring(simulan,haba) |
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..
Anumang mga ideya?….
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.