DAVClientGetContainerTypeByName Method |
Uses the name of the folder to determine the type
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DAVContainerType GetContainerTypeByName(
string sFolderKey
)
Public Function GetContainerTypeByName (
sFolderKey As String
) As DAVContainerType
public:
DAVContainerType GetContainerTypeByName(
String^ sFolderKey
)
member GetContainerTypeByName :
sFolderKey : string -> DAVContainerType
Parameters
- sFolderKey
- Type: SystemString
Common name string used to represent a folder. Eg: Calendar, Tasks, Contacts, $GAL (for Global Address List)
Return Value
Type:
DAVContainerTypeDAVContainerType resolved from sFolderKey
Remarks
See Also