This topic has not yet been rated - Rate this topic

SPSolutionLanguagePack Methods

Windows SharePoint Services 3
(see also Protected Methods )
  Name Description
Public method Clone 
Returns a clone of the object that does not come from the in-memory cache, which enables calling code to help ensure thread safety.
(inherited from SPPersistedObject)
Public method Delete 
Removes the object from the collection and the server farm.
(inherited from SPPersistedObject)
Public method Deploy Overloaded.
Deploys a language pack for the solution or Web Part package.
Public method DeployLocal Overloaded.
Deploys a language pack on the local server.
Public method Equals  Overloaded. (inherited from SPPersistedObject)
Public method GetChild  Overloaded. (inherited from SPPersistedObject)
Public method GetHashCode 
Serves as a hash function for the persisted object.
(inherited from SPPersistedObject)
Public method GetObjectData  (inherited from SPAutoSerializingObject)
Public method GetType  (inherited from Object)
Public method Static op_Equality  (inherited from SPPersistedObject)
Public method Static op_Inequality  (inherited from SPPersistedObject)
Public method Provision 
Makes the necessary changes to the local server to use the object.
(inherited from SPPersistedObject)
Public method Static ReferenceEquals  (inherited from Object)
Public method Retract Overloaded.
Retracts a language pack.
Public method RetractLocal Overloaded.
Retracts a language pack from the local server.
Public method Synchronize
Synchronizes the language pack on this machine with other machines in the farm.
Public method ToString 
Returns the type and name of an object and of all its ancestors (parent, grandparent, and so on).
(inherited from SPPersistedObject)
Public method Uncache 
Frees the memory cache that is used by the object.
(inherited from SPPersistedObject)
Public method Unprovision 
Makes the necessary changes to the local server to clean up after deleting the object.
(inherited from SPPersistedObject)
Public method Update  Overloaded.
Causes the object to save its state and propagate changes to all the computers in the server farm.
(inherited from SPPersistedObject)
Public method Upgrade Overloaded.
Upgrades the language pack from a previous version to the current version.
Top
  Name Description
Protected method Finalize  (inherited from Object)
Protected method MemberwiseClone  (inherited from Object)
Protected method OnDeserialization 
Called immediately after the base class deserializes itself to do additional work.
(inherited from SPPersistedObject)
Protected method UpdateParent 
Causes the containing SPPersistedObject, if one exists, to update its state.
(inherited from SPAutoSerializingObject)
Protected method Validate 
Validates the state of all fields before persisting the object.
(inherited from SPPersistedObject)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.