https://www.qdoscc.com/blog/how-automatically-retrieve-current-username-infopath-sharepoint-list-form
Tuesday 28 August 2018
Wednesday 1 August 2018
Copy list item Attachment into sharepoint library in sharepoint 2013 using Flow
http://www.sharepointing.co.uk/2018/01/15/copy-sharepoint-list-attachments-to-document-library/
Wednesday 13 June 2018
Install and unistall a dll into GAC using Powershell
https://www.c-sharpcorner.com/uploadfile/anavijai/how-to-install-or-uninstall-dll-in-gac-using-powershell/
Set-Alias
Name: Gacutil
Value: C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\gacutil.exe
Install :
Gacutil /i D:\test\itextsharp.dll
Uninstall :
Gacutil /u itextsharp
Set-Alias
Name: Gacutil
Value: C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\gacutil.exe
Install :
Gacutil /i D:\test\itextsharp.dll
Uninstall :
Gacutil /u itextsharp
Tuesday 12 June 2018
Angular js operations in Sharepoint
http://www.sharepointpals.com/post/Basics-of-AngularJS-in-SharePoint
https://www.codeproject.com/Articles/1002526/SharePoint-and-Angularjs
http://www.sharepointpals.com/post/How-to-Create-Custom-Service-in-AngularJS-for-CRUD-Operations-on-SharePoint-List
https://www.codeproject.com/Articles/1002526/SharePoint-and-Angularjs
http://www.sharepointpals.com/post/How-to-Create-Custom-Service-in-AngularJS-for-CRUD-Operations-on-SharePoint-List
Monday 11 June 2018
For my reference
to enable announcement and all other features in team site into a publishing site
http://sharepoint.stackexchange.com/questions/12924/enable-team-site-for-a-publishing-site
Fetching a video from asset library into a sp page
http://www.learningsharepoint.com/2012/08/05/addembed-video-to-sharepoint-2013-site-page/
hide a field based on the value in another field
http://sharepoint.stackexchange.com/questions/88064/hide-show-field-on-list-form-based-on-value-from-another-field
we can take any default snippets code in sharepoint for our custom use
design manager >>> masterpage >>> snippets
to link a html button to connect to outlook button in sharepoint
http://sharepoint.stackexchange.com/questions/14271/how-to-embed-the-connect-to-outlook-link-in-a-page
For creating and configuring MySite in sp2013
http://blog.sharedove.com/adisjugo/index.php/2012/07/25/visual-guide-setting-up-my-sites-in-sharepoint-2013/
For Jquery Loader
http://www.jqueryscript.net/tags.php?/loading%20spinner/
http://www.jqueryscript.net/demo/jQuery-Plugin-To-Handle-CSS3-Powered-Spinners-Loaders-Loading-js/
http://sharepoint.stackexchange.com/questions/12924/enable-team-site-for-a-publishing-site
Fetching a video from asset library into a sp page
http://www.learningsharepoint.com/2012/08/05/addembed-video-to-sharepoint-2013-site-page/
hide a field based on the value in another field
http://sharepoint.stackexchange.com/questions/88064/hide-show-field-on-list-form-based-on-value-from-another-field
we can take any default snippets code in sharepoint for our custom use
design manager >>> masterpage >>> snippets
to link a html button to connect to outlook button in sharepoint
http://sharepoint.stackexchange.com/questions/14271/how-to-embed-the-connect-to-outlook-link-in-a-page
For creating and configuring MySite in sp2013
http://blog.sharedove.com/adisjugo/index.php/2012/07/25/visual-guide-setting-up-my-sites-in-sharepoint-2013/
For Jquery Loader
http://www.jqueryscript.net/tags.php?/loading%20spinner/
http://www.jqueryscript.net/demo/jQuery-Plugin-To-Handle-CSS3-Powered-Spinners-Loaders-Loading-js/
Saturday 28 April 2018
calculated field formulas in sharepoint
https://msdn.microsoft.com/en-us/library/office/bb862071(v=office.14).aspx
https://support.office.com/en-us/article/examples-of-common-formulas-in-sharepoint-lists-d81f5f21-2b4e-45ce-b170-bf7ebf6988b3
https://www.c-sharpcorner.com/UploadFile/5b1f04/get-a-month-only-from-date-time-column-in-sharepoint-2013-li/
https://www.c-sharpcorner.com/UploadFile/5b1f04/get-a-year-only-from-date-time-column-in-sharepoint/
https://support.office.com/en-us/article/examples-of-common-formulas-in-sharepoint-lists-d81f5f21-2b4e-45ce-b170-bf7ebf6988b3
https://www.c-sharpcorner.com/UploadFile/5b1f04/get-a-month-only-from-date-time-column-in-sharepoint-2013-li/
https://www.c-sharpcorner.com/UploadFile/5b1f04/get-a-year-only-from-date-time-column-in-sharepoint/
Get current login user detail in sharepoint
https://www.c-sharpcorner.com/article/get-the-current-logged-in-user-details-in-sharepoint-2013-using-ssom-csom-rest/
Monday 16 April 2018
Creating and deploying custom master pages in sharepoint as a wsp
https://www.c-sharpcorner.com/article/steps-to-create-custom-master-page-in-sharepoint-2013-using-visual-studio/
http://www.splessons.com/deploy-sharepoint-branding-as-a-farm-or-sandbox-solution/
http://www.splessons.com/deploy-sharepoint-branding-as-a-farm-or-sandbox-solution/
Tuesday 10 April 2018
Full CRUD operation in sharepoint
https://www.c-sharpcorner.com/blogs/crud-operation-in-sharepoint-2013
Friday 6 April 2018
Named Items In Excel Web Access Web Part
Named Items
Named Items is a feature of Excel which allows Naming few cell area. This makes us easier to integrate the Excel workbook with SharePoint pages. We can show different areas of the same sheet or different sheet in multiple Excel Web Access web parts.
Create Excel Workbooks
Create an Excel workbook with 2 charts as in the following,
Now select the cells for Chart1 and right click to get the following menu.
You will get the Name dialog box as shown below. Enter a name Chart1 without spaces.
Now repeat the same for Chart2 area.
SharePoint
Upload the above workbook to SharePoint document library. Create a new page using the Add Page menu item.
Insert two Excel Web Access web parts into the page.
For the first web part:
Named Items is a feature of Excel which allows Naming few cell area. This makes us easier to integrate the Excel workbook with SharePoint pages. We can show different areas of the same sheet or different sheet in multiple Excel Web Access web parts.
Create Excel Workbooks
Create an Excel workbook with 2 charts as in the following,
Now select the cells for Chart1 and right click to get the following menu.
You will get the Name dialog box as shown below. Enter a name Chart1 without spaces.
Now repeat the same for Chart2 area.
SharePoint
Upload the above workbook to SharePoint document library. Create a new page using the Add Page menu item.
Insert two Excel Web Access web parts into the page.
For the first web part:
- Choose excel document.
- Set Named Item to Chart1 by typing.
Now go to the second web part & repeat for Chart2 named item.
Save the page & you can see as shown below.
You can see that different parts of the sheet are displayed here.
Save the page & you can see as shown below.
You can see that different parts of the sheet are displayed here.
Thursday 29 March 2018
SP powershell scripts
For various SP powershell scripts, Please refer:
http://www.sharepointdiary.com/2014/09/clear-sharepoint-2013-configuration-cache-using-powershell.html
http://www.sharepointdiary.com/2014/09/clear-sharepoint-2013-configuration-cache-using-powershell.html
Friday 16 March 2018
Getting data from host web list in sharepoint hosted app
Getting data from host web list in sharepoint hosted app
https://www.c-sharpcorner.com/blogs/get-host-web-list-data-in-sharepointhosted-app
https://www.c-sharpcorner.com/UploadFile/58e23e/sharepoint-hosted-app-using-rest-api-from-client-side-script/
https://www.c-sharpcorner.com/blogs/get-host-web-list-data-in-sharepointhosted-app
https://www.c-sharpcorner.com/UploadFile/58e23e/sharepoint-hosted-app-using-rest-api-from-client-side-script/
Monday 12 March 2018
Find and replace all hyperlinks in excel workbook
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using Excel = Microsoft.Office.Interop.Excel;
using System.Drawing;
namespace xlUpdate
{
class Program
{
static void Main(string[] args)
{
string folderpath = "d:\\Editted_old";
DirectoryInfo di = new DirectoryInfo(folderpath);
FileInfo[] files = di.GetFiles("*.xlsx");
foreach (FileInfo singleFile in files)
{
Excel.Application oExcel = new Excel.Application();
//specify the file name where its actually exist
string filepath = singleFile.FullName;
//pass that to workbook object
Excel.Workbook WB = oExcel.Workbooks.Open(filepath);
object missing = System.Reflection.Missing.Value;
// statement get the workbookname
string ExcelWorkbookname = WB.Name;
// statement get the worksheet count
int worksheetcount = WB.Worksheets.Count;
for (int ws = 1; ws <= worksheetcount; ws++)
{
Excel.Worksheet wks = (Excel.Worksheet)WB.Worksheets[ws];
// statement get the firstworksheetname
int linkCount = wks.UsedRange.Cells.Hyperlinks.Count;
for (int i = 1; i <= linkCount; i++)
{
object index = (object)i;
string currLink = wks.UsedRange.Cells.Hyperlinks[i].Address;
string TTD = wks.UsedRange.Cells.Hyperlinks[i].TextToDisplay;
if (currLink == "https://www.google.co.in")
{
wks.UsedRange.Cells.Hyperlinks[i].Address = "https://www.google.com";
wks.UsedRange.Cells.Hyperlinks[i].TextToDisplay = "Google";
}
else
{
wks.UsedRange.Cells.Hyperlinks[i].Address = "https://www.yahoo.com";
wks.UsedRange.Cells.Hyperlinks[i].TextToDisplay = "Yahoo";
}
}
}
//we are saving the editted file into new folder"Editted" from old folder "Editted_old"
object UpdatedFile = singleFile.FullName.Replace("Editted_old", "Editted");
WB.SaveAs(UpdatedFile, missing,
missing, missing, missing, missing, Excel.XlSaveAsAccessMode.xlNoChange,
missing, missing, missing, missing, missing);
WB.Close(true, missing, missing);
oExcel.Quit();
}
}
}
}
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using Excel = Microsoft.Office.Interop.Excel;
using System.Drawing;
namespace xlUpdate
{
class Program
{
static void Main(string[] args)
{
string folderpath = "d:\\Editted_old";
DirectoryInfo di = new DirectoryInfo(folderpath);
FileInfo[] files = di.GetFiles("*.xlsx");
foreach (FileInfo singleFile in files)
{
Excel.Application oExcel = new Excel.Application();
//specify the file name where its actually exist
string filepath = singleFile.FullName;
//pass that to workbook object
Excel.Workbook WB = oExcel.Workbooks.Open(filepath);
object missing = System.Reflection.Missing.Value;
// statement get the workbookname
string ExcelWorkbookname = WB.Name;
// statement get the worksheet count
int worksheetcount = WB.Worksheets.Count;
for (int ws = 1; ws <= worksheetcount; ws++)
{
Excel.Worksheet wks = (Excel.Worksheet)WB.Worksheets[ws];
// statement get the firstworksheetname
int linkCount = wks.UsedRange.Cells.Hyperlinks.Count;
for (int i = 1; i <= linkCount; i++)
{
object index = (object)i;
string currLink = wks.UsedRange.Cells.Hyperlinks[i].Address;
string TTD = wks.UsedRange.Cells.Hyperlinks[i].TextToDisplay;
if (currLink == "https://www.google.co.in")
{
wks.UsedRange.Cells.Hyperlinks[i].Address = "https://www.google.com";
wks.UsedRange.Cells.Hyperlinks[i].TextToDisplay = "Google";
}
else
{
wks.UsedRange.Cells.Hyperlinks[i].Address = "https://www.yahoo.com";
wks.UsedRange.Cells.Hyperlinks[i].TextToDisplay = "Yahoo";
}
}
}
//we are saving the editted file into new folder"Editted" from old folder "Editted_old"
object UpdatedFile = singleFile.FullName.Replace("Editted_old", "Editted");
WB.SaveAs(UpdatedFile, missing,
missing, missing, missing, missing, Excel.XlSaveAsAccessMode.xlNoChange,
missing, missing, missing, missing, missing);
WB.Close(true, missing, missing);
oExcel.Quit();
}
}
}
}
Find and replace hyperlinks in word document
using System;
using System.IO;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.Office.Interop.Word;
namespace WordHyperLink
{
class Program
{
static void Main(string[] args)
{
string folderpath = "d:\\Editted_old";
DirectoryInfo di = new DirectoryInfo(folderpath);
FileInfo[] files = di.GetFiles("*.docx");
foreach (FileInfo singleFile in files)
{
Application applicationObject = new Application();
object missing = Type.Missing;
//object fileName = @"d:\Editted_old\LinkWord.docx";
object fileName = singleFile.FullName;
object False = false;
applicationObject.DisplayAlerts = WdAlertLevel.wdAlertsNone;
Document documentObject = applicationObject.Documents.Open(
ref fileName, ref missing, ref missing, ref missing,
ref missing, ref missing, ref missing, ref missing, ref missing,
ref missing, ref missing, ref False, ref missing, ref missing,
ref missing, ref missing);
Hyperlinks links = documentObject.Hyperlinks;
for (int i = 1; i <= links.Count; i++)
{
object index = (object)i;
Hyperlink link = links.get_Item(ref index);
string currLink = link.Address;
link.Address = "www.microsoft.com";
link.TextToDisplay = "Microsoft Home Page";
}
object fileName2 = singleFile.FullName.Replace("Editted_old","Editted");
documentObject.SaveAs2(ref fileName2);
applicationObject.Quit(ref missing, ref missing, ref missing);
}
}
}
}
using System.IO;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.Office.Interop.Word;
namespace WordHyperLink
{
class Program
{
static void Main(string[] args)
{
string folderpath = "d:\\Editted_old";
DirectoryInfo di = new DirectoryInfo(folderpath);
FileInfo[] files = di.GetFiles("*.docx");
foreach (FileInfo singleFile in files)
{
Application applicationObject = new Application();
object missing = Type.Missing;
//object fileName = @"d:\Editted_old\LinkWord.docx";
object fileName = singleFile.FullName;
object False = false;
applicationObject.DisplayAlerts = WdAlertLevel.wdAlertsNone;
Document documentObject = applicationObject.Documents.Open(
ref fileName, ref missing, ref missing, ref missing,
ref missing, ref missing, ref missing, ref missing, ref missing,
ref missing, ref missing, ref False, ref missing, ref missing,
ref missing, ref missing);
Hyperlinks links = documentObject.Hyperlinks;
for (int i = 1; i <= links.Count; i++)
{
object index = (object)i;
Hyperlink link = links.get_Item(ref index);
string currLink = link.Address;
link.Address = "www.microsoft.com";
link.TextToDisplay = "Microsoft Home Page";
}
object fileName2 = singleFile.FullName.Replace("Editted_old","Editted");
documentObject.SaveAs2(ref fileName2);
applicationObject.Quit(ref missing, ref missing, ref missing);
}
}
}
}
Friday 2 March 2018
Update a File in SharePoint 2013 Using JavaScript Object Model (JSOM)
http://www.c-sharpcorner.com/UploadFile/91b369/how-to-update-a-file-in-sharepoint-2013-using-javascript-js/
SP NameSpace classes
SP
Namespace
SharePoint 2010
Last modified: June 14, 2011
Applies to: SharePoint Foundation 2010
Provides a subset of
types and members in the Microsoft.SharePoint namespace for
working with a top-level site and its lists or child Web sites.
Classes
The following table
lists classes in the SP namespace that are supported for
public use in Microsoft SharePoint Foundation 2010.
Name
|
Description
|
Enumerates the
values for an array.
|
|
Represents a
base64-encoded array.
|
|
Represents a
collection of objects.
|
|
Enumerates the
values for an SP.BaseCollection.
|
|
Specifies a set of
built-in permissions.
|
|
Defines a client for
adding datapoints and streams to the Software Quality Metrics (SQM) data file.
|
|
Contains the
configuration information for the Software Quality Metrics (SQM) data.
|
|
This class and its
members are reserved for internal use and are not intended to be used in your
code.
|
|
This class and its
members are reserved for internal use and are not intended to be used in your
code.
|
|
This class and its
members are reserved for internal use and are not intended to be used in your
code.
|
|
This class and its
members are reserved for internal use and are not intended to be used in your
code.
|
|
Specifies a
Collaborative Application Markup Language (CAML) query on a list.
|
|
Base type for a
description of a change to an object.
|
|
Indicates a change
to an alert.
|
|
Specifies properties
of the SP.ChangeAlert Class.
|
|
Represents a
collection of SP.Change Class objects.
|
|
Indicates a change
to SP.ContentType Class.
|
|
Specifies properties
of the SP.ChangeContentType Class.
|
|
A change on a Field.
|
|
Specifies properties
of the SP.ChangeField Class.
|
|
A change on a File
not contained in a document library.
|
|
Specifies properties
of the SP.ChangeField Class.
|
|
A change on a Folder
not contained in a list or document library.
|
|
Specifies properties
of the SP.ChangeFolder Class.
|
|
A change on a Group.
|
|
Specifies properties
of the SP.ChangeGroup Class.
|
|
A change on an item.
|
|
Specifies properties
of the SP.ChangeItem Class.
|
|
A change on a list.
|
|
Specifies properties
of the SP.ChangeList Class.
|
|
Specifies properties
of the SP.Change Class.
|
|
Defines a query that
is performed against the change log.
|
|
Specifies a change
on a site collection.
|
|
Represents the
unique sequential location of a change within the change log.
|
|
A change on a user.
|
|
Specifies properties
of the SP.ChangeUser Class.
|
|
A change on a view.
|
|
Specifies properties
of the SP.ChangeView Class.
|
|
A change on a site.
|
|
Specifies properties
of the SP.ChangeWeb Class.
|
|
Provides an abstract
class for invoking methods and setting properties on a server.
|
|
Represents the
ending of a client request.
|
|
Represents the
beginning of a client request.
|
|
This class and its
members are reserved for internal use and are not intended to be used in your
code.
|
|
This class and its
members are reserved for internal use and are not intended to be used in your
code.
|
|
Records when a
client method is invoked. This class and its members are reserved for
internal use and are not intended to be used in your code.
|
|
Records the
invocation of a client object static method. This class and its members are
reserved for internal use and are not intended to be used in your code.
|
|
Records the setting
of the client object static property.
|
|
Records the setting
of a client object static property.
|
|
Contains all the
constants related to the SP.ClientObject Class object. This
class and its members are reserved for internal use and are not intended to
be used in your code.
|
|
Represents the
context for SharePoint objects and operations.
|
|
Initializes a
generic dictionary with JavaScript Object Notation (JSON) data from the
server.
|
|
Contains integer
flags that represent the client error codes.
|
|
Provides a base
class for objects on a remote client.
|
|
Provides a base
class for a collection of objects on a remote client.
|
|
Provides a base
class to specify the "[" to retrieve for a SP.ClientObjectCollectionPrototype Class.
This class and its members are reserved for internal use and are not intended
to be used in your code.
|
|
This class and its
members are reserved for internal use and are not intended to be used in your
code.
|
|
Represents the
properties of the client object. This class and its members are reserved for
internal use and are not intended to be used in your code.
|
|
Represents a
prototype instance that is used to specify the data to retrieve on the SP.ClientObject Class object. This
class and its members are reserved for internal use and are not intended to
be used in your code.
|
|
This class and its
members are reserved for internal use and are not intended to be used in your
code.
|
|
This class and its
members are reserved for internal use and are not intended to be used in your
code.
|
|
Builds and executes
a request from the client to the server.
|
|
Provides the SP.ClientRequest Class arguments for
the event that is raised when a client request is executed.
|
|
Provides data for
the exception handling method when a SP.ClientRequest Class execution fails.
|
|
Provides data for
the handling method when a SP.ClientRequest Class execution
succeeds.
|
|
Represents the
runtime context for accessing data from and invoking methods on remote
objects.
|
|
Represents the
version number for the client schema.
|
|
Represents a local
client object model version of a server-side property value.
|
|
Indicates a change
to an SP.ContentType Class object. Represents
a Web site or list content type.
|
|
Represents a
collection of Web site or list content types.
|
|
Specifies properties
that are used as parameters to initialize a new content type.
|
|
Represents the
content type identifier (ID) of a content type.
|
|
Specifies properties
of the SP.ContentType Class.
|
|
Specifies properties
of the SP.ContentType Class class.
|
|
Provides utility
methods to convert and output data.
|
|
This class and its
members are reserved for internal use and are not intended to be used in your
code.
|
|
Represents an
enumerable array.
|
|
This class and its members
are reserved for internal use and are not intended to be used in your code.
|
|
Ignores an exception
that is raised by the server, or executes code in response to an exception
that is thrown by the server.
|
|
This class and its
members are reserved for internal use and are not intended to be used in your
code.
|
|
Represents an
activated feature.
|
|
Represents a
collection of SP.Feature Class objects.
|
|
Specifies properties
of the SP.Feature Class.
|
|
Represents a field
in a list on a Microsoft SharePoint Foundation Web site.
|
|
Specifies a
calculated field.
|
|
Represents the value
of the calculated field of a list item when the value of the field is a
calculation error, such as division by zero or overflow.
|
|
Specifies properties
of the SP.FieldCalculated Class.
|
|
Represents a choice
field control.
|
|
Specifies properties
of the SP.FieldChoice Class.
|
|
Represents a
collection of SP.Field Class objects.
|
|
Specifies properties
of the SP.FieldCollection Class.
|
|
Specifies a computed
field.
|
|
Specifies properties
of the SP.FieldComputed Class class.
|
|
Specifies a field
that contains currency values.
|
|
Specifies properties
of the SP.FieldCurrency Class.
|
|
Specifies a field
that contains date and time values.
|
|
Specifies properties
of the SP.FieldDateTime Class.
|
|
Specifies a field
that contains global unique identifier values.
|
|
Specifies a
reference to a field or field definition for a content type.
|
|
Represents a
collection of SP.FieldLink objects that are column or field
references in a content type.
|
|
Contains properties
that are used as parameters to initialize a FieldLink.
|
|
Specifies properties
of the SP.FieldLink Class.
|
|
Specifies a lookup
field.
|
|
Specifies properties
of the SP.FieldLookup Class.
|
|
Specifies the value
of a lookup for a field within a list item.
|
|
Specifies a field
that contains one or more values from a set of specified values.
|
|
Specifies properties
of the SP.FieldMultiChoice Class.
|
|
Specifies a field
that can contain multiple lines of text.
|
|
Specifies properties
of the SP.FieldMultiLineText Class.
|
|
Specifies a field
that contains number values.
|
|
Specifies properties
of the SP.FieldNumber Class.
|
|
Specifies properties
of the SP.Field Class.
|
|
Specifies a field
that contains rating scale values for a survey list.
|
|
Specifies properties
of the SP.FieldRatingScale Class.
|
|
Represents a
specific sub question and answer within a rating scale field of a list item.
|
|
Represents a
collection of key-value pairs that specify string values for fields.
|
|
Specifies a field
that contains a single line of text.
|
|
Specifies properties
of the SP.FieldTextPropertyNames Class.
|
|
Specifies a field
that contains a URI.
|
|
Specifies properties
of the SP.FieldUrl Class.
|
|
Specifies the
hyperlink and the description values for FieldURL.
|
|
Specifies a field
that contains a user.
|
|
Specifies properties
of the SP.FieldUser Class.
|
|
Represents the value
of a user field for a list item.
|
|
Represents a file in
a SharePoint Web site that can be a Web Part Page, an item in a document
library, or a file in a folder.
|
|
Represents a
collection of SP.File Class objects.
|
|
Specifies properties
of the SP.File Class.
|
|
Specifies properties
of the SP.File Class.
|
|
Represents a version
of a SP.File Class object.
|
|
Represents a
collection of SP.FileVersion Class objects.
|
|
Specifies properties
of the SP.FileVersion Class.
|
|
Specifies properties
of the SP.FileVersion Class.
|
|
Represents a folder
on a SharePoint Web site.
|
|
Represents a
collection of SP.Folder Class objects.
|
|
Specifies properties
of the SP.Folder Class.
|
|
Specifies properties
of the SP.Folder Class.
|
|
A form provides a
display and editing interface for a single list item.
|
|
Represents a
collection of SP.Form Class objects for a list.
|
|
Specifies properties
of the SP.Form Class.
|
|
Represents a group
on a Microsoft SharePoint Foundation Web site.
|
|
Represents a
collection of SP.Group Class objects.
|
|
An object used to
facilitate creation of a cross-site group.
|
|
Specifies properties
of the SP.Group Class.
|
|
Specifies properties
of the SP.Group Class.
|
|
Represents a
globally unique identifier (GUID).
|
|
Represents
JavaScript Object Notation (JSON) data from the server used to initialize an
object.
|
|
Represents a list on
a SharePoint Web site.
|
|
Represents a
collection of SP.List Class objects.
|
|
Specifies the
properties of the new list.
|
|
Represents
information associated with a connection to an external data source.
|
|
The exception that
is thrown when the data for a list field or list item fails validation.
|
|
Describes a specific
validation failure when a list item is inserted or updated.
|
|
Represents an item
or row in a list.
|
|
Represents a
collection of SP.ListItem Class objects.
|
|
Specifies the
information required to get the next page of data for a list view.
|
|
Specifies properties
of the SP.ListItemCollection Class.
|
|
Specifies the
properties of the new list item.
|
|
Specifies properties
of the SP.ListItem Class.
|
|
Specifies properties
of the SP.ListItem Class class.
|
|
Specifies properties
of the SP.List Class.
|
|
Specifies properties
of the SP.List Class.
|
|
Specifies a list
template.
|
|
Represents a
collection of SP.ListTemplate Class objects.
|
|
Specifies properties
of the SP.ListTemplate Class.
|
|
Represents
navigation operations at the site collection level.
|
|
Represents the URL
to a specific navigation node and provides access to properties and methods
for manipulating the ordering of the navigation node in a navigation node
collection.
|
|
Represents a
collection of SP.NavigationNode Class objects.
|
|
Describes a new
navigation node to be created.
|
|
Specifies properties
of the SP.NavigationObjectPropertyNames Class.
|
|
Specifies properties
of the SP.NavigationNode Class.
|
|
Specifies properties
of the SP.ObjectPath Class.
|
|
Specifies properties
of the SP.Navigation Class.
|
|
This class and its
members are reserved for internal use and are not intended to be used in your
code. Creates the client object identity query that is used to retrieve the
object identity from the server.
|
|
Tracks how a client
object is created in the SP.ClientRuntimeContext Class, so that the
object can be re-created on the server. This class and its members are
reserved for internal use and are not intended to be used in your code.
|
|
This class and its
members are reserved for internal use and are not intended to be used in your
code.
|
|
This class and its
members are reserved for internal use and are not intended to be used in your
code.
|
|
This class and its
members are reserved for internal use and are not intended to be used in your
code.
|
|
This class and its
members are reserved for internal use and are not intended to be used in your
code.
|
|
This class and its
members are reserved for internal use and are not intended to be used in your
code.
|
|
This class and its
members are reserved for internal use and are not intended to be used in your
code.
|
|
Represents the
version information of Office products for Microsoft SharePoint Server.
|
|
Represents the
context associated with a page.
|
|
Represents a page
request.
|
|
Provides data for
the exception handling method when an SP.PageRequest Class execution fails.
|
|
Provides data for
the handling method when an SP.PageRequest Class execution
succeeds.
|
|
Represents a user or
group that can be assigned permissions to control security.
|
|
Specifies properties
of the SP.Principal Class.
|
|
Contains CSOM
expando properties, which is a collection name value pairs. The CSOM expando
field name is the name part in the name value pair. The CSOM expand property
value is the value part in the name value pair.
|
|
Represents a Recycle
Bin item in the Recycle Bin of a site or a site collection.
|
|
Specifies a
collection of SP.RecycleBinItem Class objects.
|
|
Specifies properties
of the SP.RecycleBinItem Class.
|
|
Specifies properties
of the SP.RecycleBinItem Class.
|
|
Specifies a
relationship to a lookup field.
|
|
Specifies a
collection of SP.RelatedField Class objects storing
properties of relationship lookup fields.
|
|
This class and its
members are reserved for internal use and are not intended to be used in your
code.
|
|
This class and its
members are reserved for internal use and are not intended to be used in your
code.
|
|
This class and its
members are reserved for internal use and are not intended to be used in your
code.
|
|
Specifies properties
of the SP.RelatedField Class.
|
|
Specifies properties
of the SP.RelatedField Class.
|
|
This class and its
members are reserved for internal use and are not intended to be used in your
code.
|
|
Specifies properties
of the SP.RequestContext Class.
|
|
This class and its
members are reserved for internal use and are not intended to be used in your
code.
|
|
Defines the
securable object role assignments for a user or group on the Web site, list,
or list item.
|
|
Represents a
collection of SP.RoleAssignment Class objects that
defines all the role assignments for each securable object.
|
|
Specifies properties
of the SP.RoleAssignment Class.
|
|
Defines a single
role definition, including a name, description, and set of rights.
|
|
Defines the role
definitions that are bound to a role assignment object.
|
|
Represents the
collection of SP.RoleDefinition Class objects that
define the role definitions that are available for use within the Web site.
|
|
Contains properties
that are used as parameters to initialize a role definition.
|
|
Specifies properties
of the SP.RoleDefinition Class.
|
|
Provides methods and
an emptyString field for working with ECMA scripts.
|
|
An object that can
be assigned security permissions.
|
|
Specifies properties
of the SP.SecurableObject Class.
|
|
Specifies properties
of the SP.SecurableObject Class.
|
|
Stores the SP.ObjectPath Class information of the
client object to transmit the path to the server This class and its members
are reserved for internal use and are not intended to be used in your code..
|
|
Represents a
collection of sites in a Web application, including a top-level Web site and
all its subsites.
|
|
Specifies properties
of the SP.Site Class.
|
|
Specifies properties
of the SP.Site Class.
|
|
Represents an
on-demand ECMA script.
|
|
This class and its
members are reserved for internal use and are not intended to be used in your
code.
|
|
Defines a query that
is used with the SP.Web.getSubwebsForCurrentUser(query_) Methodmethod
to specify which child Web sites to return from a Web site.
|
|
This class and its
members are reserved for internal use and are not intended to be used in your
code.
|
|
This class and its
members are reserved for internal use and are not intended to be used in your
code.
|
|
Provides a Unified
Logging Service (ULS) that monitors log messages.
|
|
Provides fields that
are used to access information about site collection usage.
|
|
Represents a user in
Microsoft SharePoint Foundation.
|
|
Represents a
collection of SP.User Class objects.
|
|
Parameters to invite
a user.
|
|
Represents a custom
action associated with a SharePoint list, Web site, or subsite.
|
|
Represents a
collection of SP.UserCustomAction Class objects.
|
|
Specifies properties
of the SP.UserCustomAction Class.
|
|
Specifies properties
of the SP.User Class.
|
|
Specifies a list
view.
|
|
Specifies a
collection of list views.
|
|
Specifies the
properties used to create a new list view.
|
|
Specifies the
collection of fields in a list view.
|
|
Specifies properties
of the SP.ViewFieldCollection Class.
|
|
Specifies properties
of the SP.View Class.
|
|
Specifies properties
of the SP.View Class.
|
|
Represents a
Microsoft SharePoint Foundation Web site.
|
|
Represents a
collection of SP.Web Class objects.
|
|
Specifies the
properties of a new site.
|
|
Specifies properties
of the SP.Web Class.
|
|
Specifies properties
of the SP.Web Class.
|
|
Specifies a site
definition or a site template that is used to instantiate a site.
|
|
Specifies a
collection of site templates.
|
|
Specifies properties
of the SP.WebTemplate Class.
|
|
This class and its
members are reserved for internal use and are not intended to be used in your
code.
|
|
Defines a writer
that provides a set of methods to append text in XML format.
|
Enumerations
Name
|
Description
|
Specifies the
control settings while adding a field.
|
|
Specifies the base
type for a list.
|
|
Specifies whether
the file is allowed to be displayed in the Web browser.
|
|
A calendar type is a
2-byte integer value that specifies the type of calendar to use in a
particular context.
|
|
Enumeration of the
possible types of changes.
|
|
Specifies the type
of check-in for a file.
|
|
Describes the
different checkout states of a file, independent of the lock state of the
file.
|
|
Specifies how
options for how to display selections in a choice field.
|
|
Specifies the status
of the client request during execution.
|
|
Specifies the cache
and customization status for a page.
|
|
Specifies the
display format for date and time fields.
|
|
Specifies whether an
instant in time represents a local time, a Coordinated Universal Time (UTC),
or neither local time nor UTC.
|
|
Specifies the
minimum permission required to view minor versions and drafts.
|
|
Specifies the
feature scope for a feature definition.
|
|
Specifies the type
of the field.
|
|
Specifies whether
users and groups or only users can be selected.
|
|
Specifies the
publishing level for a file.
|
|
Specifies the file
system object type.
|
|
Describes the reason
why a list item or a list item field failed validation.
|
|
Describes the type
of validation that caused a failure.
|
|
Specifies list
server templates.
|
|
Specifies criteria
for how to move files.
|
|
Page Type is a
signed 1-byte integer that is used to represent the possible page types.
|
|
Specifies
permissions that are used to define user roles.
|
|
Specifies whether
the list is displayed on the Quick Launch of the site.
|
|
Specifies the
Recycle Bin stage of the Recycle Bin item.
|
|
Specifies the type
of the Recycle Bin item.
|
|
Specifies the
optional relationship behavior of a relationship lookup field.
|
|
Specifies the types
of roles that are available for users and groups.
|
|
Specifies the value
of the datapoint ID for Software Quality Metrics (SQM).
|
|
Specifies the type
of template used for ghosted file creation.
|
|
Indicates the amount
of detail in a trace message.
|
|
Specifies the
display format of the field.
|
|
Specifies the type
of object associated with the custom action.
|
|
Specifies the scope
of the custom action.
|
|
Specifies the scope
for returning list items and list folders in a list view.
|
|
Specifies the type
of the list view.
|
Subscribe to:
Posts (Atom)
Featured post
Data connections in Infopath forms
https://www.qdoscc.com/blog/how-automatically-retrieve-current-username-infopath-sharepoint-list-form
Popular Posts
-
function setLoginName() { debugger; var loginName = _spPageContextInfo.userLoginName; var peoplePickerDiv = $("[id$='Cl...
-
Named Items Named Items is a feature of Excel which allows Naming few cell area. This makes us easier to integrate the Excel workbook with...
-
Document sets – the hidden gem of SharePoint Posted on March 1, 2017 | Document Management The classical joke in SharePoint is tha...