Click or drag to resize
DAVContainerGetHomeSetURIByType Method
Returns the appropriate homeset URI based on the Container Type

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DAVURI GetHomeSetURIByType(
	DAVContainerType DAVFolderType
)

Parameters

DAVFolderType
Type: ARPDev.DAVLIBDAVContainerType
Represents the type (DAVContainerType) of the collection

Return Value

Type: DAVURI
The Homeset URI for the nominated Container Type
Remarks
Returns the appropriate homeset URI based on the Container Type
See Also