I\'ve been asked to create a solution which detects the dead accounts and cleans it up from a SharePoint site.
I want to copy the permissions of a user and to another user. I know i can do it by creating a group with required permissions and adding the users will do it. But i dont want to create a group. Is th
I开发者_Python百科 have created three features - fields, content types and lists. I deployed the solution and everything was fine. However, I deleted my list instance from the Lists section in my site
We are using WSS 3.0 at work to manage design documents for our systems.We work in a parallel environment which means we usually have a production copy of a document (e.g Doc A) plus also two or more
I\'ve created a simple asp.net application to open a site and display the title of the corresponding web. But i\'m getting FileNotFoundE开发者_StackOverflow社区xception while trying to open the site.
I am trying to activate a SharePoint feature through code. SPWeb.Features.Add(new GUID(\"XXXXXX\") This above line is written in featureinstalled event handler where I am reading all the sites on the
We are using WSS 3 SP2. I\'d like to preface this by saying that while I have been programming for some time, I have not done any Sharepoint development before now, so I am very much a newbie in that
This is an architectural question. We are in the process of building a document management site with basic workflow which needs to be external facing.The external facing application needs to be brand
Is there any way I can add a custom function to WSS 3.0 that can be used in calculated fields? For example, I want to add a function that URL Encodes strings, so that the users 开发者_JAVA技巧can cr
I have a solution that copies all the content of SharePoint lists to a file, and then copies the content of the file back onto SharePoint (used for backups and stage / live environment switches).