DAVContainerGetHomeSetURIByType Method |
Returns the appropriate homeset URI based on the Container Type
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DAVURI GetHomeSetURIByType(
DAVContainerType DAVFolderType
)
Public Function GetHomeSetURIByType (
DAVFolderType As DAVContainerType
) As DAVURI
public:
DAVURI^ GetHomeSetURIByType(
DAVContainerType DAVFolderType
)
member GetHomeSetURIByType :
DAVFolderType : DAVContainerType -> DAVURI
Parameters
- DAVFolderType
- Type: ARPDev.DAVLIBDAVContainerType
Represents the type (DAVContainerType) of the collection
Return Value
Type:
DAVURIThe Homeset URI for the nominated Container Type
RemarksReturns the appropriate homeset URI based on the Container Type
See Also