UPDATE: ఈ ప్రాజెక్ట్ వ్యాపారీకరించడంలో నా ఆలోచనలు కోసం ఇక్కడ చూడండి: http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!569.entry
నేను SharePoint డిజైనర్ ద్వారా రూపొందించినవారు ప్రస్తుతం పనితీరుకు కు స్ట్రింగ్ తారుమారు పొడిగింపులు అందజేయడం వంటి కార్యక్రమాలపై దృష్టిపెట్టారు ఇది నా 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". |
ఎక్కువ,
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.