আপডেট: আমার চিন্তা জন্য এই প্রকল্প commercializing এখানে দেখুন: http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!569.entry
আমি SharePoint ডিজাইনার মাধ্যমে নির্মাণ বর্তমানে workflows স্ট্রিং ম্যানিপুলেশন এক্সটেনশনগুলি প্রদানের উপর দৃষ্টি নিবদ্ধ করা, যা আমার Codeplex প্রকল্পের কাজ ব্যস্ত চলেছি.
বিস্তারিত জানার জন্য এখানে দেখুন:
প্রকল্প হোম: http://www.codeplex.com/spdwfextensions
প্রকাশ করুন: https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=spdwfextensions&ReleaseId=8280
সংস্করণ 1.0 নিম্নলিখিত নতুন বৈশিষ্ট্য অন্তর্ভুক্ত করা:
কাজ | বর্ণনা (যদি. নেট ফাংশন একই হিসাবে না) |
Num-দাখিলা() | সংখ্যা "এন্ট্রি রিটার্নস" in a string as per a specified delimiter.
উদাহরণস্বরূপ: একটি পংক্তি "একটি num-দাখিলা,বো,গ" সঙ্গে বিভেদক "," = 3. |
প্রবেশ() | Returns the nth token in a string as per a specified delimiter. |
দৈর্ঘ্য | String.Length |
প্রতিস্থাপন করা() | String.Replace() |
উপস্থিত() | String.Contains() রিটার্নস শব্দ "সত্য" বা শব্দ "মিথ্যা". |
সাবস্ট্রিং(আরম্ভ) | String.Substring(আরম্ভ) |
সাবস্ট্রিং(আরম্ভ,দৈর্ঘ্য) | String.Substring(আরম্ভ,দৈর্ঘ্য) |
ToUpper() | String.ToUpper() |
ToLower() | String.ToLower() |
StartsWith() | String.StartsWith() রিটার্নস শব্দ "সত্য" বা শব্দ "মিথ্যা". |
EndsWith() | String.EndsWith() রিটার্নস শব্দ "সত্য" বা শব্দ "মিথ্যা". |
উচ্চ,
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.