Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 SharePoint 2007 中的文档上启动在特定时间或特定日期之后开始的工作流?
谢谢你。
这是一个如何以编程方式启动工作流的示例,它从 EventReceiver 启动工作流。
下面是一个如何创建 SharePoint 计时器作业的示例(这些可以在一天中的某个时间或一段时间后运行)。
通过一些工作,这两个概念应该可以满足您的需求。在您的情况下,不是从事件接收器中启动工作流,而是从计时器作业执行调用中启动它。
Hi i am new silverlight application development. i want to bind a data grid from code behind for that i have
ObservableCollection<object> GridDataSource