SPRoleCollection.GetByID method
NOTE: This API is now obsolete.
Obsoleto. Use em vez disso, as novas classes SPRoleDefinition e SPRoleAssignment para definir funções e atribuir usuários a elas. Para obter mais informações, consulte Changes in the Authorization Object Model. (Em Windows SharePoint Services 2,0, o método GetByID retornou a função com a identificação de membro especificado e é mantido para compatibilidade com versões anteriores.)
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<ObsoleteAttribute("Use the SPRoleDefinitionCollection class instead")> _
Public Function GetByID ( _
id As Integer _
) As SPRole
'Uso
Dim instance As SPRoleCollection
Dim id As Integer
Dim returnValue As SPRole
returnValue = instance.GetByID(id)
[ObsoleteAttribute("Use the SPRoleDefinitionCollection class instead")]
public SPRole GetByID(
int id
)
Parâmetros
id
Type: System.Int32Um inteiro de 32 bits que especifica a ID do membro.
Valor retornado
Type: Microsoft.SharePoint.SPRole
Um objeto SPRole que representa a função.
Comentários
O valor do parâmetro id corresponde à identificação de membro exclusivo para a função, que está contida na propriedade ID da classe SPMember .