Deployer Interface
Deploys resources in the system.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Deployment
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Interface Deployer
'Usage
Dim instance As Deployer
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface Deployer
Remarks
The deployment of resources (typically files) consists of making the resource available to the target and making the target use the resource.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Deployment Namespace