Method | Description | |
---|---|---|
AddIncludedManifestToTemplate ( Models includedManifest ) : bool | ||
DeleteIncludedManifestFromTemplate ( int includedManifestId ) : bool | ||
GetAllIncludedManifestsForMt ( int manifestTemplateId ) : List |
||
GetIncludedManifest ( int includedManifestId ) : Models.MunkiManifestIncludedManifest | ||
TotalCount ( int manifestTemplateId ) : string |
public static AddIncludedManifestToTemplate ( Models includedManifest ) : bool | ||
includedManifest | Models | |
return | bool |
public static DeleteIncludedManifestFromTemplate ( int includedManifestId ) : bool | ||
includedManifestId | int | |
return | bool |
public static GetAllIncludedManifestsForMt ( int manifestTemplateId ) : List |
||
manifestTemplateId | int | |
return | List |
public static GetIncludedManifest ( int includedManifestId ) : Models.MunkiManifestIncludedManifest | ||
includedManifestId | int | |
return | Models.MunkiManifestIncludedManifest |
public static TotalCount ( int manifestTemplateId ) : string | ||
manifestTemplateId | int | |
return | string |