EffectiveRightsType.CreateContents 属性

定义

属性 CreateContents 获取或设置一个布尔值,该值指示客户端是否可以创建内容表。

public:
 property bool CreateContents { bool get(); void set(bool value); };
public bool CreateContents { get; set; }
Public Property CreateContents As Boolean

属性值

如果客户端可以创建内容表,则 CreateContents 属性返回 true ;否则,该属性返回 false

注解

属性 CreateContents 仅用于文件夹对象。

适用于