Click or drag to resize

AppleShare Structure

IT Hit WebDAV Classes Reference
Describes sharing operation specific to Apple iCal.

Namespace:  ITHit.WebDAV.Server.CalDav
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public struct AppleShare

The AppleShare type exposes the following members.

Properties
  NameDescription
Public propertyAddress
Principal-URL for a sharee hosted on the same server, a calendar user address or email address.
Public propertyCommonName
Name of the person to share calendar with.
Public propertyOperation
Describes sharing operation applied to calendar item.
Public propertySummary
Summary.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodStatic memberFromXmlNode
Parses node and sets AppleShere instance
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Remarks
See Also