Wednesday, October 5, 2022

SharePoint - Site Definition

The following are SharePoint dictionary words of the day related to site definition:

Site definition

Specifies a name and contains a list of the site definition configurations.

 

Site definition configuration

XML-based definition of lists, features, modules, and other data, which overall define a type of SharePoint site.

 

Site definition version

Zero-based integer that indicates the version number of the site definition.


Tuesday, October 4, 2022

SharePoint - Site Content Type

The following is a SharePoint dictionary word of the day:

Site content type

Uniquely distinguishable collection of settings and fields which store metadata for lists in individual sites.


SharePoint - Site Column

The following is a SharePoint dictionary word of the day:

Site column

Field that can be linked with a content type or list within a site or site collection.


Monday, October 3, 2022

SharePoint - Site Collection

The following are SharePoint dictionary words of the day related to site collection: 

Site collection

Set of web sites which are in the same content database, with the same owner, and share administration settings. The site collection can be identified by a globally unique identifier (GUID) or the uniform resource locator (URL).

 

Site collection administrator

User(s) whom have administrative permissions for a site collection.

 

Site collection flag

4-byte unsigned integer bit mask which specifies the properties that are global to a site collection. One or more values can be established for this bit mask.

 

Site collection identifier

A globally unique identifier (GUID) which identifies a site collection.

 

Site collection quota

The option for a site collection which allows administrators to set levels for maximum storage allocated, maximum number of users, and warnings that are associated with the maximum levels.


Sunday, October 2, 2022

SharePoint - Single Sign-On

The following are SharePoint dictionary words of the day related to single sign-on (SSO):

Single sign-on (SSO)

Process which enables users whom, have a domain account to log on to a network and access any resource in the domain without entering the credentials multiple times.


Single sign-on (SSO) administrator

Security principal which is authorized to change a single sign-on (SSO) configuration.

 

Single sign-on (SSO) identifier

String which represents the definition of user credentials that allow a user to access a resource.

 

Single sign-on (SSO) system

Software-based implementation which enables users to gain access to multiple resources without entering the credentials multiple times.

 

Single sign-on (SSO) ticket

Token which contains the encrypted identity of a single sign-on (SSO) user via a security identifier string.


SharePoint - Sibling Navigation Node

The following is a SharePoint dictionary word of the day:

Sibling navigation node

Navigation node which shares a common parent navigation node with another specific navigation node.

Saturday, October 1, 2022

SharePoint – Definition of Done

In a SharePoint environment, it’s important to have an agreed plan of the definition of done:

1)      Stories satisfy the acceptance criteria

2)      Acceptance tests passed, including those that were automated (if applicable)

3)      Unit and component tests – pass

4)      Cumulative unit tests – pass

5)      Applicable items are under source control

6)      Stories are accepted by the product owner