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

  • SEARCH
  • Home
  • 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 set a page that displays the visitor's IP. All the methods
I'm trying to set up a form with multiple dropdown lists, that will allow
I'm trying to generate all possible lists of Length N that sum to S.
I'm trying to set a blur on all 'number' classes (which happen to be
I am trying to set up a table where initially all cells are empty,
I'm trying to set up mod proxy to block all traffic except to a
I am trying to implement Parse Push Notifications. I have it all set up
All I am trying to do is make a set of pairs given a
OleDbDataAdapter internal error: invalid row set accessor: Ordinal=6 Status=UNSUPPORTEDCONVERSION All I'm doing is trying
I'm trying to set it up so that when I paste text, specifically from

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.