Podemos obtener las propiedades por medio de un control llamado ProfileProperty. 1 Registrar el namespace <!--SPM:<%@ Register Tagprefix="PortalWebControls" Namespace="Microsoft.SharePoint.Portal.WebControls" Assembly="Microsoft.SharePoint.Portal,...
A través de esta función podemos obtener la URL para ver las propiedades de un item de una lista de...
Normalmente suele producirse cuando desplegamos una columna de sitio errónea y la modificamos. Para resolverlo debemos buscar ese campo en...
Para cambiar la MasterPage de SharePoint por PowerShell tan solo debemos abrir la consola de SharePoint (SharePoint Management Shell) como...
Podemos ejecutar funciones JS al final de la carga de la página por medio de JQuery. No obstante, en SharePoint...
When a page is loaded in a Modal Dialog, its URL ends with “IsDlg=1”, that means that it’s being opened...
SPSecurity.RunWithElevatedPrivileges(delegate() { using (SPSite site = new SPSite("YOURSITE")) { using (SPWeb web = site.OpenWeb()) { //Obtain the page PublishingPageCollection publishingPages...
Unpublish and Checkout SharePoint Page: SPSecurity.RunWithElevatedPrivileges(delegate() { using (SPSite site = new SPSite("YOURSITE")) { using (SPWeb web = site.OpenWeb()) {...
My case: It’s a standard register form created in a SharePoint WebPart (but this error could happen even if you’re...
If we couldn’t acces to the menu item “Edit Page” for any reason and we want to edit that page...