The VGApplicationInstance type exposes the following members.

Methods

  NameDescription
Public methodCreateApplication
Create a new application in the repository
Public methodCreateNewVersion
Create a new version of this application
Public methodDeleteApplication
Deletes the Application including its' permissionsets, permissions, roles, and Folders.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAllApplications
Gets a list of the applications for the repository.
Public methodGetAllPermissionSet Obsolete.
Get all permissionSets
Public methodGetApplication Obsolete.
Return a VGApplication if you have right and exist in VGRepository else throw a Exception
Public methodGetCurrentApplication
return the current application
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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetAnonymousRole
Set anonymous role
Public methodSetAnonymousSystemRole
Set the Anonymous System role for this application
Public methodSetDefaultRole
Set the default role of your applcation
Public methodSetWebPortal
Define the webportal for this application
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodUpdateApplication
Updates the application with the information for the specified application.

See Also