Skip to main content

Developer's Guide to Windows SharePoint Services 3.0

Go Search
Home
  
Developer's Guide to Windows SharePoint Services 3.0 > Errata > Chapter10  

Chapter10

page 265                                                                                                                                                                 

The code at the top of the page reads:

use System.Security;

 

this should read

using System.Security;

 

page 278-279                                                                                                                                                         

Add another directive to access the SPContext object:

using Microsoft.SharePoint;

 

Also, use SPContext.Current.Web rather than SPControl.Current.Web in the code.

 

page 286                                                                                                                                                                 

The example requires CompletePart.webpart but the Directive Definition File (DDF) refers to Maximum.webpart.

 

<Todd />

Last modified at 3/1/2007 12:19 PM  by Todd Bleeker