sharepoint

share point 2010 :how to create forum website , using in team discussion question and answerig? [closed]

落花浮王杯 提交于 2020-01-06 04:40:46
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 8 years ago . sharepoint 2010 i need to create team discussion question and answering , work as forums . I using sharepoint 2010 and create blogs, wikis, but don't know way to create fourm using sharepoint 2010 what can do .

CMIS support for Sharepoint and OneDrive

走远了吗. 提交于 2020-01-06 04:33:36
问题 I would like to have a quick info whether Microsoft Sharepoint and OneDrive has CMIS support ? If not which will be the best library to integrate Sharepoint and OneDrive using Java ?! Please help 回答1: Microsoft SharePoint on premise (2010 & 2013) supports CMIS for searching documents though limited to library level. But I have doubts regarding OneDrive files. Though OneDrive is hosted as SharePoint MySite, these documents are not accessed through SharePoint library. Follow this link to know

download file from OneDrive using Microsoft.SharePoint.Client

无人久伴 提交于 2020-01-06 04:14:06
问题 I have a winforms application and I need to download files from a Sharepoint OneDrive directory. Currently, given my code below, I am able to read the file Title, but I can't find anything to help me with downloading the code using Microsoft.SharePoint.Client . string username = "appuser@abcuseraccount.com"; String pwd = "x!@ex"; ClientContext context = new ClientContext("https://abcuser.sharepoint.com/Main/financial/"); SecureString password = new SecureString(); foreach (char c in pwd

making an App Part On the main page of SharePoint 2013 using Office 365

社会主义新天地 提交于 2020-01-06 03:58:08
问题 I have made An App part using Napa in outlook365 which shows one URL of my external Application which I have made with that the current user name is there as in pic no.1{Devlopement code successfully Made} Now I have made another outlook account in which SharePoint will open through office 365 which will be of End-user.I need to give some rights in such a way when user Open his SharePoint in outlook 365 on Main page the above App part will open with his name and above URL.I need to give some

How can I get the current user-GUID in SharePoint 2010?

房东的猫 提交于 2020-01-06 03:56:24
问题 How can I get the GUID of the current user in SharePoint 2010 with C#? The following is my code: public string readAndEncodeGUID() { Guid userGuid = Guid.Empty; SPSecurity.RunWithElevatedPrivileges(delegate() { SPWeb readWeb = SPContext.Current.Web; SPUser currUser = SPContext.Current.Web.CurrentUser; userGuid = new Guid(currUser.RawSid); }); //Variable = encode USER-GUID return userGuid.ToString(); } The RawSid get not the right "number". thanks 回答1: Check out the SPUser members. You should

Remove “Create blog” link from My Site

空扰寡人 提交于 2020-01-06 02:08:28
问题 what is the best way to remove the upper-right link "Create blog" from My Site ? I have found this article, but I hope there's another solution than doing that ! link text I'm using MOSS 2007. Thanks for your help, Raphaël 回答1: This Google query: remove "create blog" link moss turned up this page and numerous others: http://sfguyalex.blogspot.com/2008/08/hideremove-create-blog-link-on-my-site.html --Jesse Taylor 来源: https://stackoverflow.com/questions/1532776/remove-create-blog-link-from-my

HTTP response '401: Unauthorized' using NTLM with Wildfly

与世无争的帅哥 提交于 2020-01-05 08:08:31
问题 When the SOAP request is too long we are getting '401: Unauthorized' as a response using JAX-WS in WildFly 11 (Apache CXF under the hood). We are calling a SOAP Web Service from WildFly to SharePoint, using NTLM protocol. If the request size is short it works fine, but if the request is "large" (SOAP messages with 1MB for example) it fails with error HTTP 401. We are using this web service to send images, but encoded as base64 binary. We tried to call the service using SOAP UI and it worked,

How to show Failed status in Sharepoint Timer Job

筅森魡賤 提交于 2020-01-05 06:06:05
问题 I want my timer job to display failed status on certain condition. Should I just throw an exception or what? 回答1: Hasan, If an exception bubbles out of the code, it will indeed show a failed status. If you want to explicitly "fail" your run with the timer job instance, you can and should throw an exception out. This can be done in conjunction with setting the SPJobDefinition.Retry flag value to TRUE if you feel that another run through would get around your "problem condition." By the same

MOSS 2007 Create Lookup Column but list is not in dropdown

半腔热情 提交于 2020-01-05 05:51:59
问题 I have create a list in sharepoitn and I am trying to add a column whih is a look up to another list. The list that I am trying to look up is a parent site to the site I a currentley on. I do not see the list that I wish to add in the drop down. Any ideas why this list is not apearing? 回答1: The lookup column dropdown will only find lists at the current site level. What you want to do is the following: Create a site column on the parent site (the site that has the source list). This site

Upload files with Sharepoint REST API and Javascript from outside of Sharepoint?

半腔热情 提交于 2020-01-05 05:45:10
问题 I need to upload files (and metadata) on demand without human action to a Sharepoint server. Could I do with Sharepoint REST API form outside Sharepoint? Could I to launch a NodeJS server and access via PnPJS from outside? 回答1: Yes, we can do REST API POST call to SharePoint from outside of SharePoint i.e. external web site. Lets say your external website is "AAA" and sending data to SharePoint site i.e. "BBB" - so in order to authenticate in SharePoint we need to generate the client_id and