FileForInstallableItem Class

 

Applies To: Windows Server Update Services

Represents a file for an installable item.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Inheritance Hierarchy

System.Object
  Microsoft.UpdateServices.Administration.FileForInstallableItem

Syntax

public class FileForInstallableItem
public ref class FileForInstallableItem 
type FileForInstallableItem = class end
Public Class FileForInstallableItem

Constructors

Name Description
System_CAPS_pubmethod FileForInstallableItem()

Initializes a new instance of FileForInstallableItem.

Properties

Name Description
System_CAPS_pubproperty AdditionalDigest

Gets or sets the SHA256 file digest in base 64 encoding.

System_CAPS_pubproperty Digest

Gets or sets the SHA-1 file digest in base 64 encoding.

System_CAPS_pubproperty FileName

Gets or sets the name of the file.

System_CAPS_pubproperty Modified

Gets or sets the file's last modified date

System_CAPS_pubproperty OriginUri

Gets or sets the URL where the file was originally located.

System_CAPS_pubproperty Size

Gets or sets the file size.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top