ListFieldIterator.ExcludeFields 属性
获取或设置不会呈现的字段。
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property ExcludeFields As String
Get
Set
用法
Dim instance As ListFieldIterator
Dim value As String
value = instance.ExcludeFields
instance.ExcludeFields = value
public string ExcludeFields { get; set; }
属性值
类型:System.String
代表由ListFieldIterator控件不呈现的字段String 。
备注
使用InternalName或Title属性标识每个字段,并以分号和井号分隔字段 (; #)。例如,此属性的值可能是"Orginator;#HomePhoneNumber;#Book Author"。
警告
如果其InternalName或Title包括,排除字段。由于这个原因,当您创建自定义字段中,您应不只保留每个唯一的标题和每个内部名称唯一的 ;您还应确保没有标题为任何其他字段的内部名称相同。否则,可能在您想要排除只有一个时排除两个字段。