Tagged Questions
0
votes
0answers
19 views
code of approval workflow in c#
I have a task to make approval workflow between three lists . When i add item to first list ,workflow should check second list and and assign tasks to specific people that on active directory(and they ...
10
votes
2answers
1k views
How to access my “Outgoing E-Mail Settings” from code?
Is it possible for me to pull the values that are in:
Central Admin -> System Settings -> Configure outgoing e-mail settings
from my code behind using the object model?
3
votes
1answer
106 views
Move an Application Page from WebApplication to Central Administration
I've made an Application Page (derived from LayoutsPageBase) and it's showing in the WebApplication Settings correctly. Now, I need to move it to the Central Administration level.
Must I change my ...
1
vote
2answers
382 views
How do I debug a code-behind page in the Central Administration site
I built a custom timer job and created a configuration page (.aspx) for it.
Going through the Central Administration site, I can get the to configuration page. When I enter values and click "OK" to ...
