DeviceProfileInfoProvider.GetDeviceProfileInfoInternal Method (Guid, String) |
Returns device info with specified GUID.
Namespace: CMS.DeviceProfilesAssembly: CMS.DeviceProfiles (in CMS.DeviceProfiles.dll) Version: 10.0.0
Syntaxprotected virtual DeviceProfileInfo GetDeviceProfileInfoInternal(
Guid deviceGuid,
string siteName
)
Parameters
- deviceGuid
- Type: System.Guid
Device GUID - siteName
- Type: System.String
Site name
Return Value
Type:
DeviceProfileInfo
See Also