Miscellaneous Debris

Avner Kashtan's Frustrations and Exultations

Browse by Tags

All Tags » VB » SharePoint (RSS)
PortalRight - all wrong.
A followup to this post : The PortalRight enumeration defined in Microsoft.Sharepoint.Portal.Security is, for some reason, derived from UInt32 rather than Int32. You can see this in the Object Browser when in a VB.NET project. This anomaly - nothing more...
Posted: Aug 24 2004, 12:01 AM by AvnerK | with 2 comment(s)
Filed under: , ,
To CLS or not to CLS.
For some reason, Sharepoint's object model doesnt adher to Microsoft's recommended practices - namely, trying to keep your external interfaces CLS-compliant. It seems the object model itself exposes several methods and properties that use the UInt32 data...
Posted: Aug 19 2004, 07:40 PM by AvnerK | with 3 comment(s)
Filed under: , ,
More Posts