ocs_share_info: Get infor for a specific share

View source: R/ocs.R

ocs_share_infoR Documentation

Get infor for a specific share

Description

Get infor for a specific share

Usage

ocs_share_info(req, id, columns = NULL)

Arguments

req

WebDAV request as returned by wd_connect

id

share id

columns

column names that should be included into the result (default NULL includes all)

Value

one row data.frame with share properties

Examples

## Not run: 
r <- wd_connect("https://example.com/remote.php/dav/files/johndoe")
ocs_share_info(r, 158742)

## End(Not run)

rdav documentation built on Nov. 1, 2025, 3:01 a.m.