Codeunit CCS DIS SharePoint Register
codeunit 5100961 "CCS DIS SharePoint Register"
Properties
| Name | Value |
|---|---|
| SingleInstance | 1 |
Methods
GetListItem
public "CCS DIS SharePoint Register" GetListItem(RepositoryCode: Code[20]; var Value: JsonObject): Boolean
Returns the List Item for a repository.
Parameters
| Name | Type | Description |
|---|---|---|
| RepositoryCode | Code[20] |
The repository code for the register. |
| Value | JsonObject |
The JSON token from the register. |
Return Value
Boolean
GetListItemRegister
public "CCS DIS SharePoint Register" GetListItemRegister(): Dictionary of [Text, JsonObject]
Returns the List Item register.
Return Value
Dictionary of [Text, JsonObject]
The dictionary of nodes.
RemoveListItem
public "CCS DIS SharePoint Register" RemoveListItem(RepositoryCode: Code[20]): None
Removes a List Item for a repository.
Parameters
| Name | Type | Description |
|---|---|---|
| RepositoryCode | Code[20] |
The repository code for the register. |
Return Value
None
SetListItem
public "CCS DIS SharePoint Register" SetListItem(RepositoryCode: Code[20]; Value: JsonObject): None
Sets the List Item for a repository.
Parameters
| Name | Type | Description |
|---|---|---|
| RepositoryCode | Code[20] |
The repository code for the register. |
| Value | JsonObject |
The List Item for the register. |
Return Value
None