Replies: 1 comment 3 replies
-
Use after the set- |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a long running 🏃 script that does lots of "set-PnPListItem"
Each of them shows something like this:
FieldValues : {[ContentTypeId, 0x0101003DAD9A523623984EBD732073C99173D200CBF30B2F8A6D0C4A8657E9D47E3CE0BA], [_ModerationComments, ], [FileLeafRef, Sample22.xlsx], [Modified_x0020_By, i:0i.t|00000003-0 000-0ff1-ce00-000000000000|app@sharepoint]…} AttachmentFiles : CommentsDisabled : CommentsDisabledScope : ComplianceInfo : ContentType : Microsoft.SharePoint.Client.ContentType DisplayName : GetDlpPolicyTip : Microsoft.SharePoint.Client.DlpPolicyTip EffectiveBasePermissions : EffectiveBasePermissionsForUI : FieldValuesAsHtml : Microsoft.SharePoint.Client.FieldStringValues FieldValuesAsText : Microsoft.SharePoint.Client.FieldStringValues FieldValuesForEdit : Microsoft.SharePoint.Client.FieldStringValues File : Microsoft.SharePoint.Client.File ParentList : Microsoft.SharePoint.Client.List Properties : Microsoft.SharePoint.Client.PropertyValues ServerRedirectedEmbedUri : https://ecgmcdev.sharepoint.com/teams/2889.001/_layouts/15/Doc.aspx?sourcedoc={04b63a61-9bea- 4195-9d92-5ff1afaf77b3}&action=interactivepreview ServerRedirectedEmbedUrl : https://ecgmcdev.sharepoint.com/teams/2889.001/_layouts/15/Doc.aspx?sourcedoc={04b63a61-9bea- 4195-9d92-5ff1afaf77b3}&action=interactivepreview Client_Title : Versions : FirstUniqueAncestorSecurableObject : Microsoft.SharePoint.Client.SecurableObject HasUniqueRoleAssignments : RoleAssignments : Context : PnP.Framework.PnPClientContext Tag : Path : Microsoft.SharePoint.Client.ObjectPathIdentity ObjectVersion : 7 ServerObjectIsNull : False TypedObject : Microsoft.SharePoint.Client.ListItem
How can I stop it from showing?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions