DAVItem Constructor (DAVURI, String) |
Constructs a new DAVItem
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DAVItem(
ref DAVURI ParentURI,
string sItemID
)
Public Sub New (
ByRef ParentURI As DAVURI,
sItemID As String
)
public:
DAVItem(
DAVURI^% ParentURI,
String^ sItemID
)
new :
ParentURI : DAVURI byref *
sItemID : string -> DAVItem
Parameters
- ParentURI
- Type: ARPDev.DAVLIBDAVURI
URI of Parent - sItemID
- Type: SystemString
Filename of item
Remarks
See Also