Posts by k2rto4 • 430 points
9 posts
-
0
votes1
answer59
viewsA: Validation of the "Person and Group" Field
Hello, This kind of field is boring even to manipulate. Take a look here https://sharepoint.stackexchange.com/questions/239930/people-picker-validation Abs…
-
-1
votes1
answer74
viewsQ: Migrate Sharepoint 2007 to Sharepoint 2013?
Hello, I need to migrate Sharepoint 2007 sites directly to Sharepoint 2013. I can do it directly by skipping Sharepoint 2010 and by the content base export method? Thank you…
sharepointasked k2rto4 430 -
1
votes2
answers121
viewsQ: Sharepoint with Angular. Are we doing it right? What’s the best way to integrate?
Hello, Here in the company we have Sharepoint 2013 with Angular. I arrived after the project started. Good, Here they use the Web Parts to spit angular tags on the pages. And from there we have all…
-
7
votes3
answers566
viewsQ: Same types but with different objects. What is the best way to use it?
I had to create a new object but totally the same as the one in the C#system. Since the objects are the same I tried to do: ObjetoOriginal.Propriedades = ObjetoClone.Propriedades; Unfortunately it…
-
18
votes3
answers703
viewsQ: Can I remove all the using I’m not using?
I took a project here ASP.NET C# and realize that I can remove several "using". I can get out of these using or not? Did the using which is not used in class can be used by someone who is using the…
-
0
votes1
answer22
viewsA: In the survey report, how do I change the type of information to Created By?
Hello, I was able to access the representation of this field through the url below: http://site/_layouts/15/Fldeditex.aspx? List=Listid&field=Author I don’t know if this is the best way to do…
sharepointanswered k2rto4 430 -
0
votes1
answer22
viewsQ: In the survey report, how do I change the type of information to Created By?
Hello, I have a search in Sharepoint 2013 and need to change the Created By field. I need to bring in the network user user who created the answer. Today by default comes the name Full. If it were a…
sharepointasked k2rto4 430 -
0
votes1
answer48
viewsA: Version history
Hey, there, Dani. With the code snippet below you will be able to read the contents of each version of a file within a library. foreach (SPSite tmpSite in tmpRootColl) { foreach (SPWeb tmpWeb in…
sharepointanswered k2rto4 430 -
5
votes1
answer562
viewsQ: Do I really need to have the src and ng-src attributes in the IMG tag? What is the function of each?
I saw here that we have the creation of tag <img> with the attributes src and ng-src. It really needs to be? Even more that here the two attributes have the same value.…