添加列时在命令命令控制台中隐藏字段属性

时间:2018-06-19 02:25:20

标签: powershell sharepoint sharepoint-online

我正在制作一个创建列表的PowerShell脚本,添加CSV后面的数据列。完成脚本后,我们的负责人告诉我,每次添加一列时,我都必须清除控制台上的字段属性。

 CanBeDeleted                : 
 DefaultValue                : 
 Description                 : 
 Direction                   : 
 EnforceUniqueValues         : 
 EntityPropertyName          : 
 Filterable                  : 
 FromBaseType                : 
 Group                       : 
 Hidden                      : 
 Id                          : 
 Indexed                     : 
 InternalName                : 
 JSLink                      : 
 ReadOnlyField               : 
 Required                    : 
 SchemaXml                   : 
 SchemaXmlWithResourceTokens : 
 Scope                       : 
 Sealed                      : 
 Sortable                    : 
 StaticName                  : 
 Title                       : 
 FieldTypeKind               : 
 TypeAsString                : 
 TypeDisplayName             : 
 TypeShortDescription        : 
 ValidationFormula           : 
 ValidationMessage           : 
 Context                     : Microsoft.SharePoint.Client.ClientContext
 Tag                         : 
 Path                        : Microsoft.SharePoint.Client.ObjectPathMethod
 ObjectVersion               : 
 ServerObjectIsNull          : 
 TypedObject                 : Microsoft.SharePoint.Client.Field

我一直在网上寻找资源,但我似乎无法找出正确的问题。谢谢!

0 个答案:

没有答案