The CProfilePicture type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CProfilePicture | Initializes a new instance of the CProfilePicture class |
Methods
| Name | Description | |
|---|---|---|
| CleanUpImages |
Maintenance method - Cleanups images for given iMIS ID
| |
| CreateImageFile(String, Stream) |
Method to create image file from the stream
| |
| CreateImageFile(String, String, String) |
Method to create image file for given IMIS ID and file name mask. This method will delete any other files for given iMIS user.
| |
| DeleteImisProfilePicture |
Method to delete iMIS profile (Name_Picture Table)
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetImageFile |
Method to lookup actual image file by given iMIS file mask
| |
| GetImageInfo |
Method to get image file info
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| UpdateImisProfile(String, array<Byte>[]()[][]) |
Method to update IMIS profile (Name_Picture table)
| |
| UpdateImisProfile(String, String) |
Method to update iMIS profile (Name_Picture Table) Sets image description
| |
| VerifyFolderPath |
Method to verify physical path for storeing images, it will create folder if it doesn't exists.
|