Sign In
My Blogs on Sharepoint
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
No tags have been created or used yet.
Archive
Archives
March 2010
(1)
October 2009
(2)
July 2009
(1)
May 2009
(2)
April 2009
(4)
March 2009
(1)
February 2009
(5)
January 2009
(1)
December 2008
(1)
November 2008
(5)
August 2006
(2)
April, 2009
MSDN Blogs
>
My Blogs on Sharepoint
>
April, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
My Blogs on Sharepoint
Page Editing Toolbar - Problem with submit for approval node in the quick access
Posted
over 3 years ago
by
Pavan
0
Comments
Came across an interesting issue with the quick access area in the page editing toolbar last week. The problem is with the “Submit For Approval” console node in the quick access. The “Submit for Approval” works fine as long as the OOB approval workflow...
My Blogs on Sharepoint
How to Retain/Preserve "Modified By" while checking in a file
Posted
over 3 years ago
by
Pavan
1
Comments
SPSite mySite = new SPSite ( "<SiteURL>" ); SPWeb myWeb = mySite.OpenWeb(); SPFolder myList = myWeb.Folders[ "<DocLibName>" ]; SPFile myFile = myList.Files[0]; SPUser myUser = myWeb.Users[ "<User_Name>" ]; CheckInFileByUser...
My Blogs on Sharepoint
Working with MWSDefault.master page along with meeting workspace definition
Posted
over 3 years ago
by
Pavan
2
Comments
Recently I came across an issue with a custom master page created based on the OOB MWSDefault.master page. MWSDefault.Master is the master page used by the OOB meeting workspace definition "MPS". This master page has been used with all...
My Blogs on Sharepoint
State machine workflow with delay activity
Posted
over 3 years ago
by
Pavan
1
Comments
State based workflow that has a DelayActivity. The DelayActivity never fires and errors out eventually. The problem lies in the fact that the workflow calls out to another DLL in the code activity following the DelayActivity. When the call is made a ...
Page 1 of 1 (4 items)