MarkLogic XCC/.Net Library

ContentCreateOptions.Permissions Property

Document permission(s) property. Permissions (ContentPermission) to be applied when documents are inserted. The default is null, which indicates that the default permissions for the user should be applied.

[Visual Basic]
Overridable Public Property Permissions As ContentPermission()
[C#]
public virtual ContentPermission[] Permissions {get; set;}

See Also

ContentCreateOptions Class | Marklogic.Xcc Namespace