Codeunit CCS DMS SharePoint Builder
codeunit 5306007 "CCS DMS SharePoint Builder"
Methods
BuildConstructionPlan
public "CCS DMS SharePoint Builder" BuildConstructionPlan(CredentialCode: Code[20]; WebUrl: Text; ConstructionPlan: JsonObject): None
Builds a SharePoint based on the construction plan.
Parameters
Name | Type | Description |
---|---|---|
CredentialCode | Code[20] |
The credential code used to auth. creating the construction plan. |
WebUrl | Text |
The target web url to start building from. |
ConstructionPlan | JsonObject |
The construction plan root node. |
Return Value
None