UPDATE: Bu layihə kommersiyalaşdırlmasına haqqında mənim fikirlərimi üçün buraya baxın: http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!569.entry
Mən SharePoint Designer vasitəsilə yaradılmışdır hazırda axınları üçün simli manipulyasiya uzantıları təmin yönəlmiş olan mənim Codeplex layihə üzərində işləyir məşğul ola bilərsiniz.
Ətraflı məlumat üçün buraya baxın:
LAYİHƏ Ana səhifə: http://www.codeplex.com/spdwfextensions
Azad: https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=spdwfextensions&ReleaseId=8280
Variant 1.0 aşağıdakı yeni funksiyalar daxildir:
Funksiyası | Təsvir (eyni halda. Net funksiyası) |
Say-entries() | Sayı "entries qaytarır" in a string as per a specified delimiter.
Məsələn: Num-entries in a string "a,b,c" with delimiter "," = 3. |
Giriş() | Returns the nth token in a string as per a specified delimiter. |
Uzunluq | String.Length |
Dəyişdirmək() | String.Replace() |
Ehtiva() | String.Contains() Returns the word "true" or the word "false". |
Substring(başlamaq) | String.Substring(başlamaq) |
Substring(başlamaq,uzunluq) | String.Substring(başlamaq,uzunluq) |
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..
Hər hansı bir fikir?….
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.