ನವೀಕರಿಸಲು: ಈ ಯೋಜನೆಯ ವಾಣಿಜ್ಯೀಕರಿಸುವಲ್ಲಿ ನನ್ನ ಆಲೋಚನೆಗಳು ಇಲ್ಲಿ ನೋಡಿ: 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". |
ಸಬ್(ಆರಂಭಿಸಲು) | String.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". |
ಹೈ,
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.
ಹೈ, Manoj. I assume you figured this out a long time ago. Sorry for not replying back in 2010 when you made the comment.