IBlogPictureExtensibility Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an object that provides the ability to manipulate blog images.
public interface class IBlogPictureExtensibility
[System.Runtime.InteropServices.Guid("000C03C5-0000-0000-C000-000000000046")]
public interface IBlogPictureExtensibility
[<System.Runtime.InteropServices.Guid("000C03C5-0000-0000-C000-000000000046")>]
type IBlogPictureExtensibility = interface
Public Interface IBlogPictureExtensibility
- Attributes
Remarks
Pictures are stored with picture providers in an account set up by the user.
Methods
BlogPictureProviderProperties(String, String) |
Enables picture providers to offer themselves as an upload location for blog pictures. |
CreatePictureAccount(String, String, Int32, Object) |
Allows a picture provider to display the user interface needed to guide the user through setting up a picture account. |
PublishPicture(String, Int32, Object, Object, String, Int32) |
Used to post a picture object to its final destination in a blog. |