Click or drag to resize
Subscription Methods

The Subscription type exposes the following members.

Methods
  NameDescription
Protected methodAssertIsAuthenticated
Asserts if the user is authenticated.
(Inherited from InstagramApi.)
Public methodCreateGeography
Creates a geography subscription.
Public methodCreateLocation
Creates a location subscription.
Public methodCreateTag
Creates a tag subscription.
Public methodCreateUser
Creates a user subscription.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodListAllSubscriptions
Lists all subscriptions
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveAllSubscriptions
Removes all subscriptions
Public methodRemoveSubscription(String)
Deletes a subscription by subscription id
Public methodRemoveSubscription(SubscriptionObject)
Deletes a subscription by type
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also