Questions tagged [content]
Web content is the textual, visual or aural content that is encountered as part of the user experience on websites. It may include, among other things: text, images, sounds, videos and animations. Content in SharePoint is (usually) stored in a Content database.
181 questions
0
votes
0
answers
16
views
Content not refreshed for sharepoint
I created a survey with multiple page breaks.
Now, I want for each page there would be a content editor and it will show different contents.
Can it be done?
Thanks in advance
0
votes
1
answer
41
views
URLs in list become outdated when adjusting file name in site-content
I have a list on my SharePoint site containing URLs to the contents of the site, namely URLs to files in a directory within Documents.
So something like
Documents
|- subdirectory
|- file_a.pdf
...
1
vote
0
answers
184
views
How to update page description with API?
I am using the rest API for updating the content of a page on a Modern Site. I am POSTing this
{
"__metadata": {
"type": "SP.Data.SitePagesItem"
},
&...
0
votes
0
answers
2k
views
It's possible to filter SP Modern Page Content with URL params?
The challenge here is to get filters applied to certain content (on SPO-OOTB or PnP Modern Search v4 webparts) via URL params.
Query String URL Tricks for SharePoint and Microsoft 365
https://docs....
0
votes
0
answers
390
views
Get List item body content, format CanvasContent1
I'm own a website and I want to display on it Sharepoint data through the rest API.
I managed to get Lists and lists items. But the content of the list item is in the key CanvasContent1.
The ...
0
votes
1
answer
139
views
Restrict content access based on intranet/Internet access
Hi Expert Sharepoint architectures,
Our IT director is inquiring about if it's possible to limit the content access based on the network access (intranet or Internet)? For example, user has full/...
0
votes
2
answers
221
views
Embed or Include Content from another Page in the Same Site
I need to have a piece of content show up on a couple of hundred other pages without copy/pasting it all of the place. I'd like this to come in just as it appears on the source page (or whatever) but ...
0
votes
1
answer
717
views
Why is there a Documents folder and Shared Documents folder after upgrading from SharePoint 2010 to SharePoint 2016?
I recently completed an upgrade (db attach) from SharePoint 2010 to SharePoint 2013 to SharePoint 2016. Users now see a "Documents" folder and "Shared Documents" folder under ...
0
votes
1
answer
56
views
SharePoint 2019 content organizer rule automation
Greeting all,
I created some content organizer rules, and it works when I manually put the column value and submit.
I have a OCR engine and tagging application. The tagging application tag the content ...
0
votes
1
answer
156
views
force user to select a content type
I have a library "Accounting" and it has 12 different content type. I dont to set any default content type (looks like thats not possible). user must select a specific content type. how do i implement ...
1
vote
0
answers
552
views
Update CanvasContent1 on Modern Pages programmatically
I have a client requirement to update the contents of a modern page programmatically. The client has an English version of the page and a Spanish version. Whenever the English version is updated, I ...
0
votes
1
answer
40
views
How to get the list of documents contained in a whole sharepoint?
I work on a sharepoint containing pleinty of libraries.
I receive every day an automatic email listing all the activities that happened the day before (document added, modified, deleted).
I can see ...
0
votes
1
answer
85
views
How to change content type in a site page on list details
I have created a web page showing a SharePoint list. I am trying to modify the content type of the details pane that is appearing on the right part of the screen when user clicks on the circled i.
I ...
0
votes
1
answer
1k
views
Two people using Sharepoint - changes not saving (inconsistently)
I appreciate this question was asked and answered back in 2012, but this is 2019 and I'd like to know if there is a different problem. I spent 6 hours working on a document in SharePoint in the ...
0
votes
0
answers
30
views
Content Orgniser automation with SPD Workflow
If a user enters the location wrong and the document ends up in the wrong place. I have written an SPD workflow which then moves the document back to the drop off library, but when the document ...