Thursday, February 27, 2020

SharePoint - Code Access Security

Below is a SharePoint Dictionary Word of the Day:


Code access security


A mechanism utilized by the common language runtime which uses managed code to grant permissions by security policy. These permissions are then enforced, helping to limit the operations that the code will be allowed to perform.

SharePoint - Client Context

Below is a SharePoint Dictionary Word of the Day:


Client context


The object that is used to initiate actions with the client-side object model. It is the primary object for coordinating requests against corresponding objects in a site collection.

SharePoint - Claims-Based Identity


Below is a SharePoint Dictionary Word of the Day:

Claims-based identity


A unique identifier that represents a user, application, computer, or other entity. It lets that entity gain access to multiple resources, such as applications and network resources, without entering their credentials multiple times. Additionally, it allows resources to validate requests from an entity.

Wednesday, February 26, 2020

SharePoint - Chrome Control

Below is a SharePoint Dictionary Word of the Day:


Chrome control


An HTML and JavaScript control which renders the top chrome that is available to use in apps for SharePoint.

SharePoint - Child SIte

Below is a SharePoint Dictionary Word of the Day:


Child site


A site located within a site collection that is a top-level site and then can have one or more child sites, known as subsites.  

SharePoint - Central Administration Site


Below is a SharePoint Dictionary Word of the Day:

Central administration site


A particular SharePoint site where an administrator can oversee all sites and servers in a farm that is utilizing Microsoft SharePoint based technologies.

Friday, February 21, 2020

SharePoint - Capacity Planning

Below is a SharePoint Dictionary Word of the Day:



Capacity planning


Process of classifying and preparing for an application, hardware, and network options to anticipate site traffic, growth and failover in order to attain site performance goals.

SharePoint - Calculated column

Below is a SharePoint Dictionary Word of the Day:


Calculated column


A column in a table which utilizes a formula that is copied automatically to each record in the column or in another column if applicable.

SharePoint - Business Object

Below is a SharePoint Dictionary Word of the Day:


Business object


An object which performs a set of operations, usually defined such as data validation or business rule logic, related to a business process or workflow.

SharePoint - Business Data Catalog (BDC)

Below is a SharePoint Word of the Day:


Business Data Catalog (BDC)


A service which collects information in regard to business application data that occurs outside the server farm. Such a service can be used to show business data in lists, web parts, search, user profiles, and custom applications.

SharePoint - Business Connectivity Services (BCS) Client Runtime


Below is a SharePoint Word of the Day:

Business Connectivity Services (BCS) Client Runtime


A runtime which reads and understands a configuration file and then executes the applicable instructions on the Microsoft Office applications. This is utilized primarily to display the user interface such as form regions in Microsoft Outlook, task panes, and ribbons.

Thursday, February 20, 2020

SharePoint - App Definitions


Below are some SharePoint Dictionary App Words of the Day:

App

Features that a site owner or administrator can add to a SharePoint Site, such as document libraries, lists, calendars and tasks.

 

App catalog

A SharePoint document library that administrators can use to distribute apps for Office and SharePoint to users.



App custom action

A category of a custom action that is added to a host site by an app for SharePoint and which links to additional functionality that is contained by the app.



App for SharePoint

A cloud-enabled app that adds rich, scenario-focused functionality into a SharePoint environment.



App part

A module of an app for SharePoint that can be embedded on a site page to show the functionality of the app.



App web

A sub-web site where the SharePoint elements of an app are deployed when the app is installed on a host web.

Saturday, February 15, 2020

SharePoint - Alternate Access Mapping

Below is a SharePoint Dictionary Word of the Day:


Alternate access mapping


A mapping of URLs to Web applications. Incoming alternate access mappings are used to provide several URL access points for the same set of content. Outgoing alternate access mappings are utilized to confirm that content is rendered in the correct URL environment.

SharePoint - Alert Subscription

Below is a SharePoint Dictionary Word of the Day:


Alert subscription


A request to receive an Internet message automatically when user-defined criteria are met. Such communication messages are generated automatically when items such as documents, Web pages, list items, sites, or other assets have changed.

SharePoint - Alert

Below is a SharePoint Dictionary Word of the Day:


Alert


An Internet communication that is sent to subscribers automatically to notify them when certain criteria are met. Alerts are once set-up are automatically sent when items such as documents, Web pages, list items, sites, or other assets have changed.

SharePoint - After Event

Below is a SharePoint Dictionary Word of the Day:


After event


An asynchronous event whose handler runs only after the action that raised the event is finished. Also called a "post-event." Unlike a before event, an after event handler doesn’t terminate the action that caused the event.

SharePoint - Activity Flow

Below is a SharePoint Dictionary Word of the Day:


Activity flow


A running request of a workflow that contains a sequence of action occurrences and/or activity model requests. These action and activity instances can be sequenced in any order to build a single activity flow.

SharePoint - Activity Feed

Below is a SharePoint Dictionary Word of the Day:


Activity feed


A feed that delivers information, notifications and updates constructed on people, documents, and tags one is following.

SharePoint - Activities

Below is a SharePoint Dictionary Word of the Day:


Activities


Tracked updates associated to an explicit user. These items are often related to the user’s social collaboration within SharePoint (such as tagging, rating, likes, etc.).

SharePoint - Active selection

Below is a SharePoint Dictionary Word of the Day:


Active selection


The present selection of cells, rows, or columns that comprises the active cell in a datasheet.

Thursday, February 13, 2020

SharePoint - Active Directory

Below is a SharePoint Dictionary Word of the Day:


Active directory

A directory service from Microsoft utilized in SharePoint for categorizing user login accounts in named groups.

SharePoint - Action

Below is a SharePoint Dictionary Word of the Day:


Action

The tiniest component of work in a workflow system. An action can comprise one or more responsibilities that define work that needs done. Actions are deployed and registered in the workflow system to be triggered by protocol users. Additionally, this is a component of work that can be performed by a workflow and is usually defined in a workflow markup file.

Wednesday, February 12, 2020

SharePoint - Accessing resources remotely


Below is a SharePoint Dictionary Word of the Day:

Accessing resources remotely


Permits users to access Office 365 (0365) system external to a network firewall. By default - O365 accepts user’s access from any device at any time.

SharePoint - Access URL


Below is a SharePoint Dictionary Word of the Day:

Access URL

The core URL that is utilized by a crawler to classify and access an item.

SharePoint - Access control list (ACL)


Below is a SharePoint Dictionary word of the day:

Access control list (ACL)

In Windows-based systems, a list of access control entries (ACE) that pertain to a complete object, a set of the object's properties, or a single property of an object, and that describe the access granted to one or more security principals.

Monday, February 10, 2020

SharePoint - Access control entry (ACE)

Below is a SharePoint Dictionary Word of the Day:

Access control entry (ACE)

An entry in either a securable item’s discretionary access control list (DACL) or an item’s system access control list (SACL). In a DACL, the entry grants or denies permissions to a user or group. In a SACL, the entry identifies which security events to audit for a certain user or group or controls the Windows Integrity Level for the item.

SharePoint - Absolute reference

Below is a SharePoint Dictionary Word of the Day:


Absolute reference

A reference to a set location on a sheet. An absolute reference constantly refers to the equal range, even if the formula that comprises it is moved or copied to a different location.

Sunday, February 9, 2020

SharePoint - Absolute Path


Below is a SharePoint Dictionary Word of the Day:

Absolute path

A string that displays the location of a file and starts with a drive identifier and root directory or network share and ends with the applicable file name. Example: C:\Documents\Work\testexample.txt and \\netshare\Documents\Work\testexample.txt.