IPublishFileCollection 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.
An interface defining a collection of objects implementing IPublishFile.
public interface class IPublishFileCollection
public interface class IPublishFileCollection
__interface IPublishFileCollection
[System.Runtime.InteropServices.Guid("EE1D4AF0-70E7-494d-9AFD-C888056725C9")]
public interface IPublishFileCollection
[<System.Runtime.InteropServices.Guid("EE1D4AF0-70E7-494d-9AFD-C888056725C9")>]
type IPublishFileCollection = interface
Public Interface IPublishFileCollection
- Attributes
Properties
Count |
Gets the number of files in the collection. |
Item[Object] |
Gets the file with the specified name. |