Click or drag to resize
RegisterSharePointServiceFactoryAttributeMarkedType Property
SharePoint service factory.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 8.2.23
Syntax
C#
public Type MarkedType { get; set; }

Property Value

Type: Type

Implements

IInitAttributeMarkedType
Exceptions
ExceptionCondition
SharePointServiceFactoryNotSupportedExceptionThrown when MarkedType does not implement ISharePointServiceFactory.
See Also