புதுப்பிப்பு: இந்த திட்டத்தின் வணிகப்படுத்துதலில் என் எண்ணங்கள் இங்கே பார்க்கவும்: http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!569.entry
நான் ஷேர்பாயிண்ட் டிசைனர் மூலம் உருவாக்கப்பட்டது தற்போது வேலைப்பகிர்வுகள் செய்ய சரம் கையாளுதல் நீட்சிகள் வழங்கும் கவனம் இது என் Codeplex திட்ட வேலை பிஸியாக.
விவரங்களுக்கு இங்கே பார்க்கவும்:
திட்ட வீட்டில்: http://www.codeplex.com/spdwfextensions
விடுதலை: https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=spdwfextensions&ReleaseId=8280
பதிப்பு 1.0 பின்வரும் புதிய அம்சங்களை உள்ளடக்கியது:
செயல்பாடு | விளக்கம் (அதே என்றால். நிகர செயல்பாடு) |
Num-உள்ளீடுகளை() | Returns the number "entries" in a string as per a specified delimiter.
எடுத்துக்காட்டாக: Num-entries in a string "a,ப,கேட்ச்" with delimiter "," = 3. |
நுழைவு() | Returns the nth token in a string as per a specified delimiter. |
நீளம் | String.Length |
பதிலாக() | String.Replace() |
கொண்டிருக்கிறது() | String.Contains() Returns the word "true" or the word "false". |
Substring(ஆரம்பி) | String.Substring(ஆரம்பி) |
Substring(ஆரம்பி,நீளம்) | String.Substring(ஆரம்பி,நீளம்) |
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..
எந்த யோசனை?….
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.