From 91d95bac9eeb948d120a0908a75192c1c1a97f21 Mon Sep 17 00:00:00 2001 From: Ashlesha-MSFT Date: Thu, 16 Apr 2026 14:39:14 +0530 Subject: [PATCH 1/2] Revise article on embedding media in SharePoint posts Updated the article to reflect changes in the date and added an important note regarding the applicability of the APIs. --- ...s-videos-and-documents-in-posts-in-sharepoint-server.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/general-development/how-to-embed-images-videos-and-documents-in-posts-in-sharepoint-server.md b/docs/general-development/how-to-embed-images-videos-and-documents-in-posts-in-sharepoint-server.md index 069141de8e..fef81d453d 100644 --- a/docs/general-development/how-to-embed-images-videos-and-documents-in-posts-in-sharepoint-server.md +++ b/docs/general-development/how-to-embed-images-videos-and-documents-in-posts-in-sharepoint-server.md @@ -1,7 +1,7 @@ --- title: Embed images, videos, and documents in posts in SharePoint description: Learn how to add SocialAttachment objects to microblog posts, which render as embedded pictures, videos, and documents in SharePoint social feeds. -ms.date: 09/25/2017 +ms.date: 04/16/2026 ms.assetid: 9927b9e7-daea-4261-80fa-4cc25f489e22 ms.localizationpriority: medium --- @@ -11,6 +11,9 @@ ms.localizationpriority: medium Learn how to add [SocialAttachment](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.Social.SocialAttachment.aspx) objects to microblog posts, which render as embedded pictures, videos, and documents in SharePoint social feeds. +> [!IMPORTANT] +> This article applies to classic SharePoint Server social feed (microblogging) features. These APIs are not used in modern SharePoint experiences and are not available in SharePoint Online modern sites. + In a social feed, the simplest form of post content contains only text, but you can also add embedded pictures, videos, and documents. To do this, you use the [Attachment](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.Social.SocialPostCreationData.Attachment.aspx) property on the [SocialPostCreationData](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.Social.SocialPostCreationData.aspx) object that defines the post. Posts can contain one attachment, which is represented by a [SocialAttachment](https://msdn.microsoft.com/library/Microsoft.SharePoint.Client.Social.SocialAttachment.aspx) object. > [!NOTE] @@ -40,7 +43,7 @@ The code examples in this article show how to add image, video, and document att - Microsoft.SharePoint.Client.Runtime -- Microsoft.SharePoint.Client.UserProfilies +- Microsoft.SharePoint.Client.UserProfiles To use the examples in this article, you'll need to upload an image, a video, and a document. To use the video example, the video feature must be enabled on the server and the video file must be stored in an asset library. To use the document example in an on-premises environment, Office Online must be configured in the environment. For more information, see [Plan digital asset libraries in SharePoint](https://technet.microsoft.com/library/ee414275.aspx) and [Configure SharePoint to use Office Online](https://technet.microsoft.com/library/ff431687.aspx). From f1d494d54524d5b2de800ac81ffba007697c3a45 Mon Sep 17 00:00:00 2001 From: Ashlesha-MSFT Date: Thu, 16 Apr 2026 15:09:18 +0530 Subject: [PATCH 2/2] Update bdc-model-schema-reference-for-sharepoint.md --- .../bdc-model-schema-reference-for-sharepoint.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/general-development/bdc-model-schema-reference-for-sharepoint.md b/docs/general-development/bdc-model-schema-reference-for-sharepoint.md index f1bdccae94..c12508fbfb 100644 --- a/docs/general-development/bdc-model-schema-reference-for-sharepoint.md +++ b/docs/general-development/bdc-model-schema-reference-for-sharepoint.md @@ -1,7 +1,7 @@ --- title: BDC model schema reference for SharePoint description: Contains reference documentation for the BDC model schema (BDCMetadata.xsd), which you can use to create external content types in SharePoint. -ms.date: 09/25/2017 +ms.date: 04/16/2026 ms.assetid: 979a5ffc-f033-4e72-b2d1-11d8cb1b294a ms.localizationpriority: medium --- @@ -20,7 +20,7 @@ Contains reference documentation for the BDC model schema (BDCMetadata.xsd), whi Contains an access control entry (ACE) that specifies access rights for the parent element. -See [Business Connectivity Services security overview](https://technet.microsoft.com/library/ee661734%28office.14%29.aspx) to learn more about the Business Connectivity Services and security. +See [Business Connectivity Services security overview](https://learn.microsoft.com/en-us/previous-versions/office/sharepoint-foundation-2010/ee661734(v=office.14)) to learn more about the Business Connectivity Services and security. **Namespace:** `http://schemas.microsoft.com/windows/2007/BusinessDataCatalog` @@ -1869,7 +1869,7 @@ The following two cases in a BDC model result in an [InvalidOperationException] ```XML - + ``` The following sections describe attributes, child elements, and parent elements.