UPDATE: Shiko këtu për mendimet e mia në komercializimin e këtij projekti: http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!569.entry
Unë kam qenë i zënë duke punuar në CodePlex projektin tim i cili është fokusuar aktualisht në sigurimin e zgjerimeve manipulimesh string për të krijuar menu me anë të SharePoint Designer.
Shiko këtu për detaje:
Shtëpi projekt: http://www.codeplex.com/spdwfextensions
Publikimit: https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=spdwfextensions&ReleaseId=8280
Version 1.0 përfshin këto karakteristika të reja:
Funksion | Përshkrim (në qoftë se nuk e njëjtë si. funksion Net) |
Num-entries() | Kthehet "numri hyra" in a string as per a specified delimiter.
Për shembull: Num-entries in a string "a,b,c" with delimiter "," = 3. |
Entry() | Returns the nth token in a string as per a specified delimiter. |
Length | String.Length |
Replace() | String.Replace() |
Përmban() | String.Contains() Returns the word "true" or the word "false". |
Substring(start) | String.Substring(start) |
Substring(start,length) | String.Substring(start,length) |
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..
Çdo ide?….
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.