Skip to content

Files

Latest commit

Jun 28, 2017
2629473 · Jun 28, 2017

History

History
25 lines (19 loc) · 882 Bytes

Microsoft.SharePoint.Client.RecordsManagementExtensions.8a882c7d.md

File metadata and controls

25 lines (19 loc) · 882 Bytes

RecordsManagementExtensions.GetRecordDeclarationBy Method

Gets who can declare records

Namespace: Microsoft.SharePoint.Client
Assembly: OfficeDevPnP.Core.dll

Syntax

public static EcmRecordDeclarationBy GetRecordDeclarationBy(this Site site)

Parameters

site

  Type: Microsoft.SharePoint.Client.Site
  Site collection to operate on

Return Value

Type: EcmRecordDeclarationBy
OfficeDevPnP.Core.EcmRecordDeclarationBy enum that defines who can declare a record

See also