You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the audit log does not include the "ListName/ListUrl/IsHiddenList/IsDocLib" schema.
If it is correct behavior, these schema should be removed from the document.
Instead of:
Parameter
Type
Mandatory?
Description
ListTitle
Edm.String
No
The title of the SharePoint list.
ListName
Edm.String
No
The name of the SharePoint list.
ListUrl
Edm.String
No
The URL of the list relative to the containing website.
ListBaseType
Edm.String
No
Specifies the base type for a list.
ListBaseTemplateType
Edm.String
No
The list definition type on which the list is based.
IsHiddenList
Edm.Boolean
No
This value is set to True if the SharePoint list is hidden.
IsDocLib
Edm.Boolean
No
This value is set to True if the SharePoint list is of the type Document Library.
It should be...
Parameter
Type
Mandatory?
Description
ListTitle
Edm.String
No
The title of the SharePoint list.
ListBaseType
Edm.String
No
Specifies the base type for a list.
ListBaseTemplateType
Edm.String
No
The list definition type on which the list is based.
Currently, the audit log does not include the "ListName/ListUrl/IsHiddenList/IsDocLib" schema.
If it is correct behavior, these schema should be removed from the document.
Instead of:
It should be...
The audit log of the list operation is below.
The text was updated successfully, but these errors were encountered: