Skip to content

IDT Tech Blog

  • Office 365
    • SharePoint Online
      • Modern Sites
      • SPFx
  • SharePoint
    • SharePoint Online
      • Modern Sites
      • SPFx
    • SharePoint OnPrem
      • Boundaries
      • Central Admin
      • Contents
      • Custom Code
      • Event Receivers
      • Look and Feel
      • Managed Metadata
      • Project
      • Search
      • SharePoint Apps
  • Client-Side
    • React
    • Typescript
    • AngularJS
    • Javascript
      • JQuery
  • Server-Side
    • ASP.NET
    • C#
    • Entity Framework
    • Windows Server
      • IIS
  • Windows
    • Office
      • PowerQuery
    • PowerShell
    • TFS
    • Visual Studio
  • iOS
    • SpriteKit
    • Storyboards
    • Swift
  • Mac OS
    • Terminal
IDT Tech Blog

Category: Custom Code

Recuperar ficheros .package en Visual Studio con TFS (9 Pasos)

Ismael CruzDecember 1, 2014Leave a comment
Si tenemos nuestro código en Visual Studio utilizando TFS puede ocurrir lo siguiente: De repente he perdido el fichero “Package.package”...

Detectar si se ha publicado un ítem en una lista con Event Receiver en SharePoint

Ismael CruzJuly 4, 2014Leave a comment
Para poder detectar si se ha publicado un ítem en una lista no existe ningún evento del tipo “ItemPublished”, pero...

Event Receiver en SharePoint (Teoría e información)

Ismael CruzJuly 4, 2014Leave a comment
Tenemos 5 tipos de Event Receivers para programar en SharePoint: SPEmailEventReceiver (Para los emails) SPFeatureReceiver (Para las características) SPItemEventReceiver (Para...

Como ocultar el enlace "Contenidos del Sitio" del menú de SharePoint 2013

Ismael CruzJune 13, 2014Leave a comment
En el menú lateral izquierdo de nuestras páginas de SharePoint podemos ver que el último enlace es el de “Contenidos...

Hide elements in Modal Dialog (SharePoint PopUp)

Ismael CruzFebruary 11, 2014Leave a comment
When a page is loaded in a Modal Dialog, its URL ends with “IsDlg=1”, that means that it’s being opened...

Delete SharePoint Page Programmatically

Ismael CruzJanuary 25, 2014Leave a comment
SPSecurity.RunWithElevatedPrivileges(delegate() { using (SPSite site = new SPSite("YOURSITE")) { using (SPWeb web = site.OpenWeb()) { //Obtain the page PublishingPageCollection publishingPages...

Checkin/Publish and Unpublish/Checkout SharePoint Pages Programmatically

Ismael CruzJanuary 25, 2014Leave a comment
Unpublish and Checkout SharePoint Page: SPSecurity.RunWithElevatedPrivileges(delegate() { using (SPSite site = new SPSite("YOURSITE")) { using (SPWeb web = site.OpenWeb()) {...

CAML Query Auto-Created in C# with Loops

Ismael CruzJanuary 25, 2014Leave a comment
This is a function in order to create a CAML Query specified for Filters. Once we have the filters, we’ve...

Empty DropDown After Submit your Form and Information Lost

Ismael CruzJanuary 15, 2014Leave a comment
My case: It’s a standard register form created in a SharePoint WebPart (but this error could happen even if you’re...

Retrieve User Profile Properties using Client Object Model in SharePoint 2013

Ismael CruzAugust 28, 2013Leave a comment
I’ve found an interesting link about how to retrieve some properties of user profiles in SharePoint 2013 by using its...

Posts navigation

1 2 3

Buscar

Categorías

Active Directory (3) AngularJS (3) ASP.NET (11) BAT Files (4) Boundaries (2) C# (24) Central Admin (6) Client-Side (12) Contents (12) CSS (5) Custom Code (21) Entity Framework (1) Errors (15) Event Receivers (2) File Formats (1) HTML (4) HttpModule (2) Hyper-V (2) IIS (3) iOS (3) Javascript (17) JQuery (7) LOG (2) Look and Feel (6) Mac OS X (2) Modern Sites (3) Network (1) Office 365 (6) Performance (2) PowerQuery (2) PowerShell (18) React (3) Search (5) SharePoint Online (12) SharePoint OnPrem (68) SPFx (4) SQL (3) Terminal (2) TFS (2) Typescript (5) User Profiles (3) VBA (3) Visual Studio (13) Windows Server (6) Workflows (3)
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
IDT Tech Blog
Proudly powered by WordPress | Theme: refur by teFox.