Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4039890
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T12:40:42+00:00 2026-05-20T12:40:42+00:00

I am trying to set all lists/libraries that has BrowserFileHandling set to strict to

  • 0

I am trying to set all lists/libraries that has BrowserFileHandling set to strict to permissive. I had a look at http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spbrowserfilehandling.aspx so I want check if status is 1 and set it to 0 but I can’t get it to work.

With the code (example):

SPSite oSiteCollection = SPContext.Current.Site;
SPWebCollection collWebsite = oSiteCollection.AllWebs;
    foreach (SPWeb web in collWebsite)
    {
            web.AllowUnsafeUpdates = true;
                SPListCollection collList = web.Lists;

                foreach (SPList oList in collList)
                {
                    oList.BrowserFileHandling = 0;

                    }
    }

I can set all list’s browserfilehandling to permissive. But if I want to test and set all to strict again and change the 0 to 1 I get

"Cannot implicitily convert type int  to Microsoft.SharePoint.SPBrowserFileHandling"

Why can I set it to 0 but not to 1?

I wanted to do a check something like:

if(oList.BrowserFileHandling == 1)
{
   //set to 0
}

but it doesn’t work, what do I need to do here?

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T12:40:43+00:00Added an answer on May 20, 2026 at 12:40 pm

    Set it either by using

    oList.BrowserFileHandling = SPBrowserFileHandling.Permissive;
    

    or

    oList.BrowserFileHandling = SPBrowserFileHandling.Strict;
    

    So change your codes to

    if (oList.BrowserFileHandling == SPBrowserFileHandling.Permissive)
                    {
                        oList.BrowserFileHandling = SPBrowserFileHandling.Strict;
                    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to write an algorithm that will find the set of all vertices
I'm trying to find about ALL the possible options that I can set in
I set up all my certificates and keys today and am trying to run
I am trying to set the permissions of a folder and all of it's
I am trying to set a javascript date so that it can be submitted
i'm trying to have 3 levels of lists all of which are sortable &
I am trying to search a table looking for all the labels in that
I am trying to set zoom level for Maps in android such that it
I'm trying to freeze columns in gridview where grid has static height and all
I am trying set up databinding as described in the title. The problem I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.